소스 검색

去除重试逻辑

zhuliu 6 달 전
부모
커밋
b3e2e1c81e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
       }
     )
   },