fix : 修复echart弹窗默认小屏

This commit is contained in:
2024-08-03 15:11:39 +08:00
parent 05cf9cb794
commit 228687daf1
6 changed files with 26 additions and 26 deletions

View File

@@ -46,7 +46,7 @@ const router = useRouter();
const authStore = useAuthStore();
const loginForm = reactive({
// username: "admin",
password: "123456",
password: "",
username: "administrator",
// password: "",
code: "",