From da555b0e8e1ff75b3daa4fe62d1b3337b2aae72d Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期二, 06 八月 2024 18:58:50 +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