feat:new
This commit is contained in:
+1
-6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user