|
@@ -1,18 +1,18 @@
|
|
|
import { defHttp } from '/@/utils/http/axios';
|
|
|
|
|
|
enum Api {
|
|
|
- list = '/ventanaly-device/monitor/device',
|
|
|
+ list = '/monitor/device',
|
|
|
baseList = '/safety/ventanalyDeviceInfo/list',
|
|
|
// deviceTypeList = '/safety/ventanalyDeviceInfo/DeviceKind/query',
|
|
|
// deviceTypeList = '/sys/dict/DeviceKind/queryBySystem',
|
|
|
deviceTypeList = '/safety/ventanalyDeviceInfo/DeviceKind/queryBySystem',
|
|
|
itemList = '/sys/dictItem/list',
|
|
|
devPosition = '/sys/dict/getDictItems/devPosVisible',
|
|
|
- getDepartmentInfo = '/ventanaly-device/getDepartmentInfo',
|
|
|
+ getDepartmentInfo = '/getDepartmentInfo',
|
|
|
listdays = '/safety/ventanalyMonitorData/listdays',
|
|
|
- getHistoryData = '/ventanaly-device/history/getHistoryData',
|
|
|
- safetyDeviceList = '/ventanaly-device/monitor/codeDict',
|
|
|
- exportXlsUrl = '/ventanaly-device/monitor/exportXls',
|
|
|
+ getHistoryData = '/history/getHistoryData',
|
|
|
+ safetyDeviceList = '/monitor/codeDict',
|
|
|
+ exportXlsUrl = '/monitor/exportXls',
|
|
|
}
|
|
|
/**
|
|
|
* 列表接口
|