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