邓洁 : 修复bug

This commit is contained in:
dengj
2023-12-29 16:03:02 +08:00
parent b185a2a651
commit 101f200a96
4 changed files with 25 additions and 21 deletions

View File

@@ -45,9 +45,9 @@ import {User, Lock, Key} from "@element-plus/icons-vue";
const router = useRouter();
const authStore = useAuthStore();
const loginForm = reactive({
username: "admin",
password: "123456",
// username: "",
// username: "admin",
password: "12345",
username: "",
// password: "",
code: "",
uuid: "",