hare8999@163.com преди 2 години
родител
ревизия
16d02381f6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/permission.js

+ 1 - 1
src/permission.js

@@ -56,7 +56,7 @@ router.beforeEach((to, from, next) => {
     // 没有token
     if (whiteList.indexOf(to.path) !== -1) {
       // 在免登录白名单,直接进入
-      if (!uaWhiteList.includes(to.path)) uaredirect()
+      // if (!uaWhiteList.includes(to.path)) uaredirect() // TODO: hht 22.7.4 临时注释测试班牌打不开的问题
       next()
     } else {
       // next()