From b47429d951a5bdea2d81cdc011251f68eefb4964 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 05 六月 2025 13:38:39 +0800
Subject: [PATCH] refactor(eims): 优化设备维护计划导入功能

---
 eims-ui/apps/web-antd/src/views/_core/authentication/login.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/eims-ui/apps/web-antd/src/views/_core/authentication/login.vue b/eims-ui/apps/web-antd/src/views/_core/authentication/login.vue
index 21bc24f..6ae0b70 100644
--- a/eims-ui/apps/web-antd/src/views/_core/authentication/login.vue
+++ b/eims-ui/apps/web-antd/src/views/_core/authentication/login.vue
@@ -51,10 +51,10 @@
 
 onMounted(async () => {
   // 鍚姩鍗曠偣鐧诲綍娉ㄩ噴鎺変笅杈硅繖涓�琛岋紝鍚﹀垯鏀惧紑
-  await Promise.all([loadCaptcha(), loadTenant()]);
+  // await Promise.all([loadCaptcha(), loadTenant()]);
   // 鍚姩鍗曠偣鐧诲綍鏀惧紑涓嬭竟涓よ娉ㄩ噴锛屽惁鍒欐敞閲婃帀
-  // const href = await authBinding('keycloak', '000000');
-  // window.location.href = href;
+  const href = await authBinding('keycloak', '000000');
+  window.location.href = href;
 });
 
 const formSchema = computed((): VbenFormSchema[] => {

--
Gitblit v1.9.3