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