优化登录默认账号密码

This commit is contained in:
Rhett霍 2026-03-23 14:19:26 +08:00
parent 44020afbe0
commit 81179bd404

View File

@ -60,8 +60,8 @@
let urlCleared = false let urlCleared = false
const loginForm = ref({ const loginForm = ref({
username: "admin", username: "",
password: "jm@9527", password: "",
code: "", code: "",
uuid: "" uuid: ""
}) })