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