From 7f69c377e33e5c1048eb37180b434a1d11075778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <13466513767@163.com> Date: Mon, 13 Apr 2026 11:20:45 +0800 Subject: [PATCH] =?UTF-8?q?'=E7=99=BB=E9=99=86=E5=8E=BB=E9=99=A4=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/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 1ed3324..1e4562a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -101,8 +101,8 @@ const passwordRef = ref(ElInput); const state = reactive({ redirect: '', loginForm: { - username: 'develop', - password: '123456', + username: '', + password: '', } as LoginFormData, loginRules: { username: [{ required: true, trigger: 'blur' }],