From 6eab93291823deafea17bb43a328e50dd3164904 Mon Sep 17 00:00:00 2001 From: yixr Date: Sat, 27 Apr 2024 07:10:38 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/login/index.vue.=20=E7=99=BB?= =?UTF-8?q?=E9=8C=84=E9=A0=81=E9=BB=98=E8=AA=8D=E5=A1=AB=E5=AF=ABadmin?= =?UTF-8?q?=E5=92=8C=E5=AF=86=E7=A2=BC=E5=B7=B2=E5=88=AA=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yixr --- 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..02a883a 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: '', },