Browse Source

feat(组件): 修改bug

tangning 2 năm trước cách đây
mục cha
commit
ff074f1b55
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/api/product/index.ts

+ 2 - 2
src/api/product/index.ts

@@ -195,7 +195,7 @@ export function uploadApi(
   return defHttp.uploadFile<Result>(
     {
       url: Api.upload,
-      // onUploadProgress,
+      onUploadProgress,
     },
     params,
   );
@@ -208,7 +208,7 @@ export function AppFileUpload(
   return defHttp.uploadFile<Result>(
     {
       url: Api.appFileUpload,
-      // onUploadProgress,
+      onUploadProgress,
     },
     params,
   );