去除初始账号密码

This commit is contained in:
djhk 2025-10-29 16:03:48 +08:00
parent 2cd0978d73
commit 5807d557d8

View File

@ -75,8 +75,8 @@ const router = useRouter();
const { proxy } = getCurrentInstance();
const loginForm = ref({
username: "admin",
password: "admin123",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: ""