From 3ec545129504e9b3998ec0eb200cf8604bf0d7e5 Mon Sep 17 00:00:00 2001 From: pengda <1111@qq.com> Date: Tue, 12 Aug 2025 17:22:40 +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 ebeff31..30e44ae 100755 --- a/src/main.js +++ b/src/main.js @@ -73,5 +73,5 @@ autoLoginByToken().then(() => { render: h => h(App) }).$mount('#app') }).catch(() => { - window.location.href = process.env.VUE_APP_HOST; + // window.location.href = process.env.VUE_APP_HOST; });