From a3e5408488fafe8e2286646a96f6b44a29274ab7 Mon Sep 17 00:00:00 2001 From: chy Date: Mon, 11 May 2026 00:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login.vue b/src/views/login.vue index d3a2c35..dffb057 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -285,7 +285,7 @@ export default { return; } // 没有ticket且没有token,跳转统一身份认证 - const isTs = true; + const isTs = false; if (isTs) { window.location.href = 'http://192.168.1.241/login?redirect=/lig/oauth2/oauth2/application&appid=330b4ecb60c9a6802b957fe1e5a5ecd3&url=http%3A%2F%2F192.168.1.241%3A9000%2Flogin' +