From b0741d4ddb7f09a590962576c4837ff129286b46 Mon Sep 17 00:00:00 2001 From: HXZN Date: Sat, 27 Apr 2024 15:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=A1=AB=E5=85=A5admin=E5=92=8C=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 6552bad..1a13b79 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ v-model:value="state.formInline.password" size="large" type="password" - placeholder="huaxin123" + placeholder="密码" autocomplete="new-password" > @@ -61,8 +61,8 @@ loading: false, captcha: '', formInline: { - username: 'admin', - password: 'huaxin123', + username: '', + password: '', verifyCode: '', captchaId: '', },