From 8750958a7338ca2465f081f73e12ba38ffce7bdc Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期四, 07 十二月 2023 10:26:45 +0800 Subject: [PATCH] 广播 --- sz_app/pages/loginIndex/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sz_app/pages/loginIndex/index.vue b/sz_app/pages/loginIndex/index.vue index 86b9da2..c93788c 100644 --- a/sz_app/pages/loginIndex/index.vue +++ b/sz_app/pages/loginIndex/index.vue @@ -64,8 +64,8 @@ data() { return { formLogin: { - username: '15010128058', - password: '123456' + username: '', + password: '' }, rulesLogin: { username: [{ -- Gitblit v1.9.3