xiangpei
2024-11-05 c66b9868ededa0f89038f1a046ee7b3daee2e203
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
  })
}