fix: login params
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 45s
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 45s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user