From 5807d557d893e2336a6399b416eb995e6ffc8817 Mon Sep 17 00:00:00 2001 From: djhk <2424552363@qq.com> Date: Wed, 29 Oct 2025 16:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=88=9D=E5=A7=8B=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index c8a92cd..a5de6e4 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -75,8 +75,8 @@ const router = useRouter(); const { proxy } = getCurrentInstance(); const loginForm = ref({ - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, code: "", uuid: ""