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