@@ -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()