We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c0b63f + a6b1e4e commit 1961b42Copy full SHA for 1961b42
containers/Ai/router/index.js
@@ -1,5 +1,7 @@
1
import Layout from '@/layouts/RouterView'
2
import i18n from '@/locales'
3
+import { isScopedPolicyMenuHidden } from '@/utils/scopedPolicy'
4
+import { hasSetupKey } from '@/utils/auth'
5
6
const Llm = () => import(/* webpackChunkName: "k8s" */ /* webpackPrefetch: true */ '@Ai/views/llm')
7
const AppLlm = () => import(/* webpackChunkName: "k8s" */ /* webpackPrefetch: true */ '@Ai/views/app-llm')
0 commit comments