From 7ddfdc009d19186a6084f16612de9cef14030b9a Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 30 三月 2026 11:34:23 +0800
Subject: [PATCH] feat(TaskService): 新增OutboundFinishTaskTrayAsync空托盘出库完成方法

---
 Code/WCS/WIDESEAWCS_Client/src/views/Login.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/Login.vue b/Code/WCS/WIDESEAWCS_Client/src/views/Login.vue
index 3420df5..9967400 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/Login.vue
+++ b/Code/WCS/WIDESEAWCS_Client/src/views/Login.vue
@@ -95,9 +95,9 @@
     const loading = ref(false);
     const codeImgSrc = ref('');
     const userInfo = reactive({
-      userName: '',
-      password: '',
-      verificationCode: '',
+      userName: 'admin',
+      password: '123456',
+      verificationCode: '1234',
       UUID: undefined
     });
 

--
Gitblit v1.9.3