From e1c75036113331000fbcbfa943a5c139cb209845 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Sat, 8 Apr 2023 10:26:34 +0800 Subject: [PATCH] fix: api page hidden --- src/components/Layout/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }) => {