Kaynağa Gözat

feat(组件): 修改bug

tangning 3 yıl önce
ebeveyn
işleme
ff074f1b55
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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,
   );