fix: 更新提现审核相关功能 更新账务报表页面功能

This commit is contained in:
ZhuRui
2026-08-05 17:34:01 +08:00
parent 8951733a2d
commit bc7e9169db
12 changed files with 374 additions and 168 deletions
@@ -377,7 +377,7 @@ export default defineComponent({
try {
const file = base64ToFile(dataUrl, `banner_${Date.now()}.jpg`);
const result = await uploadFile(file, OssUploadType.Banner as any);
const result = await uploadFile(file, OssUploadType.EventCover);
URL.revokeObjectURL(localUrl);
formData.imageUrl = result.url;