参会流程上传附件添加下载按钮
This commit is contained in:
+5
-1
@@ -290,7 +290,11 @@ router.beforeEach(function (to, from, next) {
|
||||
next('/Login')
|
||||
}
|
||||
}else {
|
||||
next()
|
||||
if(isMobile()) {
|
||||
next('/blankPage')
|
||||
} else {
|
||||
next('/Login')
|
||||
}
|
||||
}
|
||||
}else {
|
||||
next()
|
||||
|
||||
Reference in New Issue
Block a user