手机端没有的页面跳转到空白页面
This commit is contained in:
+5
-1
@@ -276,7 +276,11 @@ router.beforeEach(function (to, from, next) {
|
||||
}
|
||||
if(path === '/loginVerify'){
|
||||
if(webLoginType != null && webLoginType === 'dev'){
|
||||
next('/Login')
|
||||
if(isMobile()) {
|
||||
next('/blankPage')
|
||||
} else {
|
||||
next('/Login')
|
||||
}
|
||||
}else {
|
||||
next()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user