From 4afea30fa20c6d689ce0f37e6777663535c0934f Mon Sep 17 00:00:00 2001 From: shishuaikang <280848880@qq.com> Date: 星期五, 01 十二月 2023 09:12:10 +0800 Subject: [PATCH] h5拌合站屏提交 --- 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