Skip to content

Commit

Permalink
fix(mis): delete the code of debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tulvgengenr committed Oct 5, 2022
1 parent 4c9098d commit 637e936
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/mis-web/src/pageComponents/init/InitLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Head } from "src/utils/head";
import styled from "styled-components";

type DrawerProps = {
url: string;
children: React.ReactNode;
}

Expand Down Expand Up @@ -36,8 +35,7 @@ export const InitTab: React.FC = () => {
};

export const InitDrawer: React.FC<DrawerProps> = (props) => {
const { url, children } = props;
console.log(url);
const { children } = props;
return (
<div>
<Head title="系统初始化"/>
Expand Down

0 comments on commit 637e936

Please sign in to comment.