|
@@ -57,9 +57,7 @@ export const showLoginTips = () => {
|
|
|
showLoginTips.__is_show = false;
|
|
|
window.localStorage.setItem('token', '')
|
|
|
window.localStorage.setItem('userInfo', '')
|
|
|
-
|
|
|
-
|
|
|
- location.href='/material.html#/login'
|
|
|
+ location.href = vue.$cdn ? "/material.html#/login" : '/panorama/material.html#/login' ;
|
|
|
},
|
|
|
});
|
|
|
|