|
|
@@ -90,8 +90,11 @@ watch( |
|
|
|
const loginFormRef = ref<FormInstance>(); // 表单实例 |
|
|
|
// 表单数据 |
|
|
|
const loginForm = reactive<Login.LoginForm>({ |
|
|
|
account: "superAdmin", //用户名 |
|
|
|
password: "123456", // 密码 |
|
|
|
// account: "superAdmin", //用户名 |
|
|
|
// password: "123456", // 密码 |
|
|
|
|
|
|
|
account: "", //用户名 |
|
|
|
password: "", // 密码 |
|
|
|
validCode: "", // 验证码 |
|
|
|
validCodeReqNo: "", // 验证码请求号 |
|
|
|
tenantId: config.tenantIdGet |
|
|
|