|
@@ -63,8 +63,8 @@ export function setupPermission() {
|
|
|
} else {
|
|
|
// 未登录可以访问白名单页面
|
|
|
if (whiteList.indexOf(to.path) !== -1) {
|
|
|
- const dictStore = useDictionaryStore();
|
|
|
- dictStore.checkDicts();
|
|
|
+ // const dictStore = useDictionaryStore();
|
|
|
+ // dictStore.checkDicts();
|
|
|
next();
|
|
|
} else {
|
|
|
if (to.path === "/login") {
|