|
@@ -75,7 +75,7 @@ export function requestData (options) {
|
|
|
localStorage.removeItem('authToken');
|
|
|
Message.error((response.data && response.data.msg) || ("请求出错[" + response.data.code + "]"));
|
|
|
setTimeout(() => {
|
|
|
- window.location.reload();
|
|
|
+ // window.location.reload();
|
|
|
// window.__STATICVUE__.$router.replace('/login');
|
|
|
}, 1000);
|
|
|
}
|