mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
修改loding页面没有token问题
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
$this.curToken=getToken();
|
$this.curToken=getToken();
|
||||||
if(!$this.curToken){
|
if(!$this.curToken){
|
||||||
//console.log(token,'第二次未获取token');
|
//console.log(token,'第二次未获取token');
|
||||||
location.href=this.webBaseUrl+process.env.VUE_APP_LOGIN_URL;
|
location.href = process.env.VUE_APP_LOGIN_URL;
|
||||||
}else{
|
}else{
|
||||||
$this.boeLogin();
|
$this.boeLogin();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user