| | |
| | | import mapServer from '@/utils/mapServer/mapServer'; |
| | | import kgServer from '@/utils/mapServer/kgServer'; |
| | | |
| | | import pyServer from '@/utils/mapServer/pyServer'; |
| | | //配网接口 => 查询所有 |
| | | export function zhangzitou_selectAllLine(params) { |
| | | return mapServer.get('/zhangzitou/selectAllLine', { params: params }); |
| | |
| | | export function zhangzitou_updateZhangzitouEntity(params) { |
| | | return mapServer.post('/zhangzitou/updateZhangzitouEntity', params); |
| | | } |
| | | // //配网接口 => 删除站点 |
| | | // export function zhangzitou_deleteZhangzitouEntitys(params) { |
| | | // return mapServer.get('/zhangzitou/deleteZhangzitouEntitys', { params: params } ); |
| | | // } |
| | | //机器学习 => 数字线损 |
| | | export function py_arima(params) { |
| | | return pyServer.get('/arima', { params: params }); |
| | | } |