From d8e4098acdf64022860155e6957725eca2f56ade Mon Sep 17 00:00:00 2001 From: pengda <1111@qq.com> Date: Tue, 12 Aug 2025 17:26:01 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 30e44ae..373fa98 100755 --- a/src/main.js +++ b/src/main.js @@ -72,6 +72,7 @@ autoLoginByToken().then(() => { store, render: h => h(App) }).$mount('#app') -}).catch(() => { +}).catch((e) => { + console.log(e) // window.location.href = process.env.VUE_APP_HOST; });