feat:export
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m27s

This commit is contained in:
luo
2026-06-18 10:17:10 +08:00
parent 85d158dfec
commit 866a2587b3
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,8 @@ export class AssetService extends BaseService {
static refreshAsset(identifier: string): Promise<BaseResponse<AssetRefreshResponse>> {
return this.post<BaseResponse<AssetRefreshResponse>>(
`/api/admin/assets/${identifier}/refresh`,
{}
{},
{ timeout: 60000 }
)
}