Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2021-12-18 16:29:55 +08:00
+1 -6
View File
@@ -143,12 +143,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)