fix: login params
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 45s

This commit is contained in:
sexygoat
2026-04-15 15:51:23 +08:00
parent 5113520b46
commit a30a689dba

View File

@@ -71,7 +71,7 @@
const userStore = useUserStore();
const identifier = ref('TEST5G');
const identifier = ref('');
const loading = ref(false);
const agreed = ref(true);
const inputFocus = ref(false);