From 26dcadc0c03f98899260336e09d4d5aaf526f716 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 28 Sep 2024 20:21:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 0dbef2c..98bdd88 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -36,7 +36,7 @@ const router = useRouter() const authStore = useAuthStore() const loginForm = reactive({ username: 'admin', - password: 'qwe123', + password: '123456', code: '', uuid: '' })