From 637e93627385642f4c410b2cea27726b39485e6b Mon Sep 17 00:00:00 2001 From: ljz <871005218@qq.com> Date: Wed, 5 Oct 2022 22:19:02 +0800 Subject: [PATCH] fix(mis): delete the code of debug --- apps/mis-web/src/pageComponents/init/InitLayout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/mis-web/src/pageComponents/init/InitLayout.tsx b/apps/mis-web/src/pageComponents/init/InitLayout.tsx index e88bd5abb7..d5612bb9f0 100644 --- a/apps/mis-web/src/pageComponents/init/InitLayout.tsx +++ b/apps/mis-web/src/pageComponents/init/InitLayout.tsx @@ -8,7 +8,6 @@ import { Head } from "src/utils/head"; import styled from "styled-components"; type DrawerProps = { - url: string; children: React.ReactNode; } @@ -36,8 +35,7 @@ export const InitTab: React.FC = () => { }; export const InitDrawer: React.FC = (props) => { - const { url, children } = props; - console.log(url); + const { children } = props; return (