feat: There is no way the,

This commit is contained in:
super_liu
2021-12-21 21:58:48 +08:00
parent 8e3a16f15d
commit ec354849f3
+1
View File
@@ -109,6 +109,7 @@ router.beforeEach(function (to, from, next) {
if (isMobile()) {
if ((token === null || token === '' ) && toName !== 'Login') {
if(toName !== 'phoneIndex'){
sessionStorage.removeItem("param");
sessionStorage.setItem('param',JSON.stringify(param4))
next('/phoneIndex')
}else {