From e26e02fd97880a30b48a6fe086c1b3298903b970 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 22 十一月 2024 11:04:43 +0800
Subject: [PATCH] 后台管理更新

---
 se-ui/src/views/login.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/se-ui/src/views/login.vue b/se-ui/src/views/login.vue
index 1053070..aad1cfd 100644
--- a/se-ui/src/views/login.vue
+++ b/se-ui/src/views/login.vue
@@ -93,7 +93,7 @@
     this.getCookie();
   },
   methods: {
-    // getCode() {
+    getCode() {
     //   getCodeImg().then(res => {
     //     this.captchaEnabled = res.captchaEnabled === undefined ? true : res.captchaEnabled;
     //     if (this.captchaEnabled) {
@@ -101,7 +101,7 @@
     //       this.loginForm.uuid = res.uuid;
     //     }
     //   });
-    // },
+    },
     getCookie() {
       const username = Cookies.get("username");
       const password = Cookies.get("password");

--
Gitblit v1.9.3