diff --git a/src/views/Loading.vue b/src/views/Loading.vue index 9f35933e..7fa95cec 100644 --- a/src/views/Loading.vue +++ b/src/views/Loading.vue @@ -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(); }