fix(login): 修复统一身份认证跳转逻辑

- 将isTs变量从false修改为true以启用统一身份认证跳转功能
- 确保在没有ticket和token的情况下正确跳转到统一身份认证页面

Signed-off-by: Gjm <你的邮箱>
This commit is contained in:
shih
2026-05-11 10:54:07 +08:00
committed by Gjm
parent 36f2dc1871
commit acf0127d5c

View File

@@ -285,7 +285,7 @@ export default {
return;
}
// 没有ticket且没有token跳转统一身份认证
const isTs = false;
const isTs = true;
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' +