From e0cfcb8487f5f502b9e42a0c508fae71b6b56c55 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期一, 02 十二月 2024 17:25:59 +0800 Subject: [PATCH] 修改设备巡检、设备维护 --- pages/login/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 3156d15..80a0138 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -56,7 +56,7 @@ } } //管理员登录 - const form = ref({userName:'admin',password:'lunhan123456'}) + const form = ref({userName:'',password:''}) const pwdType = ref('password') function changePwdType(str){ pwdType.value = str == 'pwd' ? 'text' : ( str == 'text' ? 'password' : 'text') -- Gitblit v1.9.3