From d74a846d50a24d7cc8447cac6e2aeef670646097 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <1247017146@qq.com> Date: 星期二, 08 四月 2025 10:15:39 +0800 Subject: [PATCH] 优化交管 --- CodeManagement/WCS/WIDESEAWCS_Client/src/views/Login.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CodeManagement/WCS/WIDESEAWCS_Client/src/views/Login.vue b/CodeManagement/WCS/WIDESEAWCS_Client/src/views/Login.vue index 83c86c7..56ada04 100644 --- a/CodeManagement/WCS/WIDESEAWCS_Client/src/views/Login.vue +++ b/CodeManagement/WCS/WIDESEAWCS_Client/src/views/Login.vue @@ -95,7 +95,7 @@ const loading = ref(false); const codeImgSrc = ref(''); const userInfo = reactive({ - userName: 'admin', + userName: '', password: '123456', verificationCode: '1234', UUID: undefined -- Gitblit v1.9.3