Commit e1c75036 by archer

fix: api page hidden

parent d04c2981
......@@ -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 }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment