Parcourir la source

去除重试逻辑

zhuliu il y a 6 mois
Parent
commit
b3e2e1c81e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/api/newApi/importAndExport.js
  2. 1 1
      src/api/newApi/patent.js

+ 1 - 1
src/api/newApi/importAndExport.js

@@ -37,7 +37,7 @@ export default {
               url: '/xiaoshi/patentStar/select',
               method: 'post',
               data: data,
-              retry:true,
+            //   retry:true,
               
             }
           )

+ 1 - 1
src/api/newApi/patent.js

@@ -192,7 +192,7 @@ export default {
         url: '/xiaoshi/patentStar/queryExternalDetail',
         method: 'post',
         data: data,
-        retry:true
+        // retry:true
       }
     )
   },