Selaa lähdekoodia

批量废除接口更改

duy 2 vuotta sitten
vanhempi
commit
4e5673eac0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/api/modules/tentative/detect/test.js

+ 1 - 1
src/api/modules/tentative/detect/test.js

@@ -44,7 +44,7 @@ export default {
     //自检记录pdf批量废除
     async batchAbolish(form, msg = true) {
             return httpApi({
-                url: '/api/blade-business/informationWriteQuery/batchAbolish',
+                url: '/api/blade-business/informationWriteQuery/batchAbolish',
                 method: 'post',
                 params: form
             }, msg);