From 7ab2644439a3221252716b0e5415baf92799645e Mon Sep 17 00:00:00 2001 From: huk Date: Thu, 11 Sep 2025 10:41:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=BB=98=E8=AE=A4=E5=AF=86=E7=A0=81-=20=E5=B0=86?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=A1=A8=E5=8D=95=E4=B8=AD=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=AF=86=E7=A0=81=E4=BB=8E=20'admin123'=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20'12345?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login.vue b/src/views/login.vue index 4e0332b..1342923 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -97,7 +97,7 @@ const { t } = useI18n(); const loginForm = ref({ tenantId: '000000', username: 'admin', - password: 'admin123', + password: '123456', rememberMe: false, code: '', uuid: ''