feat: detail static

This commit is contained in:
2025-08-26 00:02:42 +08:00
parent 1e158e111c
commit f184624c33
15 changed files with 1291 additions and 29 deletions

View File

@@ -124,7 +124,7 @@ class PublishService {
}
async getPictures(req: getPicturesReq): Promise<ApiResponse<getPicturesRes>> {
return httpService.post('/gallery/sys_img_list', req, {
showLoading: true,
showLoading: false,
showToast: false,
})
}