From 7d0fa7f5d142a48b16b65be0026fe10ac0d94eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= Date: Wed, 28 Jun 2023 16:27:13 +0800 Subject: [PATCH] Update Login.vue --- Yi.BBS.Vue3/src/views/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yi.BBS.Vue3/src/views/Login.vue b/Yi.BBS.Vue3/src/views/Login.vue index 5b516844..a39f813b 100644 --- a/Yi.BBS.Vue3/src/views/Login.vue +++ b/Yi.BBS.Vue3/src/views/Login.vue @@ -69,8 +69,8 @@ password:[ ]}) const loginForm = reactive({ - userName: "", - password: "", + userName: "cc", + password: "123456", uuid: "", code: "" })