参会流程上传附件添加下载按钮

This commit is contained in:
shenyanpei
2021-12-20 13:41:19 +08:00
parent f135c42b35
commit 077aebcb8f
8 changed files with 371 additions and 74 deletions
+5 -1
View File
@@ -290,7 +290,11 @@ router.beforeEach(function (to, from, next) {
next('/Login')
}
}else {
next()
if(isMobile()) {
next('/blankPage')
} else {
next('/Login')
}
}
}else {
next()