From a918d3676da9024c668c02e4a328d67285c7eac3 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 26 九月 2025 08:59:20 +0800
Subject: [PATCH] 领用单丝,字段回显实际生产长度和重量
---
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 a2982bc..cdeb5b4 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -96,9 +96,11 @@
// 鐧诲綍琛ㄥ崟鏁版嵁
const loginFormData = ref<LoginFormData>({
- username: "31601016",
+ username: "",
+ password: "",
+ // username: "32408083",
// username: "32308027",
- password: "cxjt1234",
+ // password: "cxjt1234",
});
// 鑾峰彇閲嶅畾鍚戝弬鏁�
--
Gitblit v1.9.3