From aa1faf474e67a40bed983abc0a6d1868bd38ce19 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期六, 11 十月 2025 11:37:33 +0800
Subject: [PATCH] fix: 配置文件

---
 src/pages/login/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index ffc4bf1..cdeb5b4 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -96,9 +96,11 @@
 
 // 鐧诲綍琛ㄥ崟鏁版嵁
 const loginFormData = ref<LoginFormData>({
-  username: "32408083",
+  username: "",
+  password: "",
+  // username: "32408083",
   // username: "32308027",
-  password: "cxjt1234",
+  // password: "cxjt1234",
 });
 
 // 鑾峰彇閲嶅畾鍚戝弬鏁�

--
Gitblit v1.9.3