chore(admin): disable ai settings (#7877)

This commit is contained in:
forehalo
2024-08-15 02:50:46 +00:00
parent 9192ac4420
commit 5a2f93f035
2 changed files with 7 additions and 12 deletions
+4 -4
View File
@@ -81,10 +81,10 @@ export const router = _createBrowserRouter(
path: 'accounts',
lazy: () => import('./modules/accounts'),
},
{
path: 'ai',
lazy: () => import('./modules/ai'),
},
// {
// path: 'ai',
// lazy: () => import('./modules/ai'),
// },
{
path: 'config',
lazy: () => import('./modules/config'),