修改一些配置

This commit is contained in:
2025-12-30 11:14:35 +08:00
parent d5978214f4
commit de17729ac1
3 changed files with 5 additions and 4 deletions

View File

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