From 81179bd40475fe62726ba0ee649d6e9ab54fffbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rhett=E9=9C=8D?= <741354752@qq.com> Date: Mon, 23 Mar 2026 14:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login.vue b/pages/login.vue index 71e18e0..2f67a29 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -60,8 +60,8 @@ let urlCleared = false const loginForm = ref({ - username: "admin", - password: "jm@9527", + username: "", + password: "", code: "", uuid: "" })