diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index 3f3afdf44..6c5f6f5c7 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -31,13 +31,13 @@ const navbarList = [ icon: 'user', link: '/number/setting', activeLink: ['/number/setting'] - }, - { - label: '开发', - icon: 'develop', - link: '/openapi', - activeLink: ['/openapi'] } + // { + // label: '开发', + // icon: 'develop', + // link: '/openapi', + // activeLink: ['/openapi'] + // } ]; const Layout = ({ children }: { children: JSX.Element }) => {