合并分支 'fix_foton_20230613' 到 'master'

拦截路由

查看合并请求 laws-foton-slrs/foton-laws-system-front!102
This commit is contained in:
高嵩
2023-07-17 20:45:47 +08:00
+1 -1
View File
@@ -81,7 +81,7 @@ router.beforeEach(function (to, from, next) {
setTimeout(() => {
loading.close()
loading = null
}, 1000)
}, 3000)
}
let fromName = from.name
if(fromName === undefined || fromName === null){