From 3c92b2bf9e7fb818085434fca53ef2a541af2476 Mon Sep 17 00:00:00 2001 From: pengda <1111@qq.com> Date: Tue, 12 Aug 2025 17:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=99=86=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 373fa98..be7959c 100755 --- a/src/main.js +++ b/src/main.js @@ -74,5 +74,5 @@ autoLoginByToken().then(() => { }).$mount('#app') }).catch((e) => { console.log(e) - // window.location.href = process.env.VUE_APP_HOST; + window.location.href = process.env.VUE_APP_HOST; });