邓洁 : 修复bug

This commit is contained in:
dengj
2023-12-29 13:06:35 +08:00
parent a87b58bea7
commit a473317022
4 changed files with 116 additions and 71 deletions

View File

@@ -47,6 +47,8 @@ const authStore = useAuthStore();
const loginForm = reactive({
username: "admin",
password: "123456",
// username: "",
// password: "",
code: "",
uuid: "",
});