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 8f64d42..119ad1b 100644 --- a/SafeCampus.WEB/src/views/login/components/pwd-login/index.vue +++ b/SafeCampus.WEB/src/views/login/components/pwd-login/index.vue @@ -92,7 +92,6 @@ const loginFormRef = ref(); // 表单实例 const loginForm = reactive({ // account: "superAdmin", //用户名 // password: "123456", // 密码 - account: "", //用户名 password: "", // 密码 validCode: "", // 验证码