fuliqi
2024-11-05 76ab72d2d4f443060448e20bb74230a8040b85f5
src/api/platform/threshold.js
@@ -85,3 +85,16 @@
    data: data
  })
}
// 导入
export function importData(data) {
  return request({
    url: '/threshold/import',
    method: 'post',
    data: data,
    headers: {
      'Content-Type': 'multipart/form-data'
    },
    timeout: 150000
  })
}