From dc08f7d1ac17568a8d9eca34935d79db5315a20f Mon Sep 17 00:00:00 2001 From: cdf <857448963@qq.com> Date: Wed, 3 Jun 2026 17:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=BD=E5=AE=81=E7=BB=9F=E4=B8=80=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/login.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/user/login.vue b/src/views/user/login.vue index b457146f..59ff4ee3 100644 --- a/src/views/user/login.vue +++ b/src/views/user/login.vue @@ -203,9 +203,10 @@ const LNonSubmit = async () => { }) .catch(err => { + console.log("---------") console.log(err) // - window.open("http://privilege-epri.dcloud.ln.dc.sgcc.com.cn/cas/login") + window.location.href = "http://privilege-epri.dcloud.ln.dc.sgcc.com.cn/cas/login" }) setTimeout(() => { state.submitLoading = false