style: 优化部分页面显示问题

This commit is contained in:
insistence
2024-01-29 16:30:35 +08:00
parent 3005e8c3d4
commit 5b960fd5ab

View File

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