1
This commit is contained in:
@@ -113,8 +113,8 @@ const InputPassword = Input.Password;
|
||||
const formRef = ref();
|
||||
const loading = ref(false);
|
||||
const formData: any = reactive({
|
||||
teacherId: "995042",
|
||||
password: "123456",
|
||||
teacherId: "",
|
||||
password: "",
|
||||
});
|
||||
async function handleLogin() {
|
||||
// let res1 = await getTeacherListApi();
|
||||
|
||||
Reference in New Issue
Block a user