feat: 7月迭代
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
luo
2026-07-27 18:13:19 +08:00
parent 6a794d88af
commit 4f281da778
27 changed files with 1176 additions and 167 deletions

View File

@@ -5,7 +5,8 @@ export const authApi = {
return request({
url: '/api/c/v1/auth/verify-asset',
method: 'POST',
data: { identifier }
data: { identifier },
showError: false
});
},
@@ -47,4 +48,4 @@ export const authApi = {
method: 'POST'
});
}
};
};