From 8ee1b28bdda692fc22c9dd62c470965ae4d7102b Mon Sep 17 00:00:00 2001 From: suyanyan <1321717064@qq.com> Date: Thu, 5 Dec 2024 15:58:57 +0800 Subject: [PATCH] 111 --- .../src/views/login/components/pwd-login/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SafeCampus.WEB/src/views/login/components/pwd-login/index.vue b/SafeCampus.WEB/src/views/login/components/pwd-login/index.vue index 72399a1..8f64d42 100644 --- a/SafeCampus.WEB/src/views/login/components/pwd-login/index.vue +++ b/SafeCampus.WEB/src/views/login/components/pwd-login/index.vue @@ -90,8 +90,11 @@ watch( const loginFormRef = ref(); // 表单实例 // 表单数据 const loginForm = reactive({ - account: "superAdmin", //用户名 - password: "123456", // 密码 + // account: "superAdmin", //用户名 + // password: "123456", // 密码 + + account: "", //用户名 + password: "", // 密码 validCode: "", // 验证码 validCodeReqNo: "", // 验证码请求号 tenantId: config.tenantIdGet