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 }) }