From 3315f8bc2dd9b0f2aa40e6bea962344cc0b80bed Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 29 九月 2025 11:23:18 +0800
Subject: [PATCH] 领料修改

---
 src/pages/login/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index fc40501..cdeb5b4 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -96,8 +96,11 @@
 
 // 鐧诲綍琛ㄥ崟鏁版嵁
 const loginFormData = ref<LoginFormData>({
-  username: "admin",
-  password: "123456",
+  username: "",
+  password: "",
+  // username: "32408083",
+  // username: "32308027",
+  // password: "cxjt1234",
 });
 
 // 鑾峰彇閲嶅畾鍚戝弬鏁�
@@ -120,7 +123,6 @@
     .then(() => userStore.getInfo())
     .then(() => {
       toast.success("鐧诲綍鎴愬姛");
-
       // 妫�鏌ョ敤鎴蜂俊鎭槸鍚﹀畬鏁�
       if (!userStore.isUserInfoComplete()) {
         // 淇℃伅涓嶅畬鏁达紝璺宠浆鍒板畬鍠勪俊鎭〉闈�

--
Gitblit v1.9.3