修改上一条commit,添加自适应页面

This commit is contained in:
2025-04-16 14:15:40 +08:00
parent 6adad52d1a
commit f764560b5f

View File

@@ -77,6 +77,7 @@ const formData = ref({
password: getUserPass() == null ? '' : getUserPass().password,
});
const onSubmit = () => {
const loading = ElLoading.service({
lock: true,