马宇豪
2024-11-05 1f26c30a8d1c5e3d9ab262b382284c8ea96f29b2
src/api/analyse/identify/index.ts
@@ -18,7 +18,6 @@
         });
      },
      modIdentify: (params: object) => {
         return request({
            url: import.meta.env.VITE_API_URL + '/risk/update/updateIdentification',
@@ -27,6 +26,16 @@
         });
      },
      // 修改辨识方法
      UpdateIdentifyMethod: (params: object) => {
         return request({
            url: import.meta.env.VITE_API_URL + '/risk/update/identificationUpdateMethod',
            method: 'post',
            data: params
         });
      },
      deleteIdentifyById: (params: object) => {
         return request({
            url: import.meta.env.VITE_API_URL + '/risk/delete/deleteIdentification',