From ad23807ec1ddaf8067fc54a604627a40aeca08c9 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期二, 06 八月 2024 15:09:03 +0800
Subject: [PATCH] 智能体配置页面修改

---
 src/views/login/components/login-form.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue
index b628dad..8d4c702 100644
--- a/src/views/login/components/login-form.vue
+++ b/src/views/login/components/login-form.vue
@@ -83,12 +83,12 @@
 
   const loginConfig = useStorage('login-config', {
     rememberPassword: true,
-    email: '1750082535@qq.com', // 婕旂ず榛樿鍊�
-    password: 'basic2024', // demo default value
+    email: '', // 婕旂ず榛樿鍊�
+    password: '', // demo default value
   });
   const userInfo = reactive({
-    email: '1750082535@qq.com', // 婕旂ず榛樿鍊�
-    password: 'basic2024', // demo default value
+    email: '', // 婕旂ず榛樿鍊�
+    password: '', // demo default value
   });
 
   const handleSubmit = async ({

--
Gitblit v1.8.0