去除初始账号密码

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 { proxy } = getCurrentInstance();
const loginForm = ref({ const loginForm = ref({
username: "admin", username: "",
password: "admin123", password: "",
rememberMe: false, rememberMe: false,
code: "", code: "",
uuid: "" uuid: ""