|
@@ -11,7 +11,7 @@ import usePermissionStore from '@/store/modules/permission'
|
|
|
|
|
|
NProgress.configure({ showSpinner: false })
|
|
NProgress.configure({ showSpinner: false })
|
|
|
|
|
|
-const whiteList = ['/login', '/register','/xjc_index']
|
|
|
|
|
|
+const whiteList = ['/login', '/register','/xjc_index','/integratedmachine/wakeup/index','/integratedmachine/cognize/index','/integratedmachine/environment/index','/integratedmachine/decision/index','/integratedmachine/plan/index']
|
|
|
|
|
|
const isWhiteList = (path) => {
|
|
const isWhiteList = (path) => {
|
|
return whiteList.some(pattern => isPathMatch(pattern, path))
|
|
return whiteList.some(pattern => isPathMatch(pattern, path))
|