This commit is contained in:
汤凯
2025-12-08 17:18:51 +08:00
parent ae57bd1948
commit 6dbbd47caf
9 changed files with 72 additions and 55 deletions

View File

@@ -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();