Skip to content

Commit 1961b42

Browse files
authored
Merge pull request #9271 from GuoLiBin6/feat/glb-to-4.0/src
fix: ai router function undefined error
2 parents 6c0b63f + a6b1e4e commit 1961b42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

containers/Ai/router/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import Layout from '@/layouts/RouterView'
22
import i18n from '@/locales'
3+
import { isScopedPolicyMenuHidden } from '@/utils/scopedPolicy'
4+
import { hasSetupKey } from '@/utils/auth'
35

46
const Llm = () => import(/* webpackChunkName: "k8s" */ /* webpackPrefetch: true */ '@Ai/views/llm')
57
const AppLlm = () => import(/* webpackChunkName: "k8s" */ /* webpackPrefetch: true */ '@Ai/views/app-llm')

0 commit comments

Comments
 (0)