mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: api page hidden
This commit is contained in:
@@ -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 }) => {
|
||||
|
Reference in New Issue
Block a user