修改loding页面没有token问题

This commit is contained in:
nisen
2023-11-22 10:18:26 +08:00
parent ac94879005
commit cd796e273d

View File

@@ -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();
}