From cd796e273d04c3a6e8469e4c1aa9606647969fa5 Mon Sep 17 00:00:00 2001 From: nisen Date: Wed, 22 Nov 2023 10:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9loding=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B2=A1=E6=9C=89token=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Loading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }