feat: There is no way the,
This commit is contained in:
@@ -109,6 +109,7 @@ router.beforeEach(function (to, from, next) {
|
|||||||
if (isMobile()) {
|
if (isMobile()) {
|
||||||
if ((token === null || token === '' ) && toName !== 'Login') {
|
if ((token === null || token === '' ) && toName !== 'Login') {
|
||||||
if(toName !== 'phoneIndex'){
|
if(toName !== 'phoneIndex'){
|
||||||
|
sessionStorage.removeItem("param");
|
||||||
sessionStorage.setItem('param',JSON.stringify(param4))
|
sessionStorage.setItem('param',JSON.stringify(param4))
|
||||||
next('/phoneIndex')
|
next('/phoneIndex')
|
||||||
}else {
|
}else {
|
||||||
|
|||||||
Reference in New Issue
Block a user