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