fix: api page hidden

This commit is contained in:
archer
2023-04-08 10:26:34 +08:00
parent d04c298132
commit e1c7503611

View File

@@ -31,13 +31,13 @@ const navbarList = [
icon: 'user', icon: 'user',
link: '/number/setting', link: '/number/setting',
activeLink: ['/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 }) => { const Layout = ({ children }: { children: JSX.Element }) => {