This commit is contained in:
super_liu
2021-12-18 16:04:48 +08:00
parent afc9f0130f
commit 0967df6ee3
+1 -6
View File
@@ -136,12 +136,7 @@ router.beforeEach(function (to, from, next) {
}
}
}else if(webLoginType != null && webLoginType === 'dev'){
if (isMobile()) {
extractedVerify(token)
} else {
next('/Login')
}
next('/Login')
}
}else {
extractedVerify(token)