From cf482841daf39d7dd8bde0e60f013135a74e859c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=93=E6=9C=88=E5=BD=92=E5=B0=98?= Date: Mon, 24 Feb 2025 18:24:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=99=AE=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B9=9F=E8=83=BD=E8=8E=B7=E5=8F=96=E4=B8=8B?= =?UTF-8?q?=E5=B1=9E=E9=83=A8=E9=97=A8=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 4 ++-- src/views/monitor/login/index.vue | 6 +++++- src/views/monitor/operation/index.vue | 6 +++++- src/views/system/role/index.vue | 6 +++++- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 2d8b842..e355914 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -63,8 +63,8 @@ const { title, getDropdownItemStyle, getDropdownItemClass } = useNav(); const { locale, translationCh, translationEn } = useTranslationLang(); const ruleForm = reactive({ - username: "admin", - password: "admin123", + username: "", + password: "", verifyCode: "" }); diff --git a/src/views/monitor/login/index.vue b/src/views/monitor/login/index.vue index 0af53cc..d8b31cd 100644 --- a/src/views/monitor/login/index.vue +++ b/src/views/monitor/login/index.vue @@ -73,7 +73,11 @@ const { - + - + { class="!w-[200px]" /> - +