From 32f8cdece29c52f4860b163b11148e281e146b13 Mon Sep 17 00:00:00 2001 From: bingbo <bingbo1993@126.com> Date: 星期五, 24 十一月 2023 17:41:06 +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