优化登录默认账号密码

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
const loginForm = ref({
username: "admin",
password: "jm@9527",
username: "",
password: "",
code: "",
uuid: ""
})