|
@@ -1,7 +1,7 @@
|
|
|
import { defHttp } from '/@/utils/http/axios';
|
|
import { defHttp } from '/@/utils/http/axios';
|
|
|
|
|
|
|
|
enum Api {
|
|
enum Api {
|
|
|
- deviceTypeList = '/safety/ventanalyDeviceInfo/DeviceKind/queryBySystem',
|
|
|
|
|
|
|
+ deviceTypeList = '/safety/ventanalyDeviceInfo/DeviceKind/queryByCatagory',
|
|
|
deviceList = '/dataCenter/compute/deviceData/getDeviceAll',
|
|
deviceList = '/dataCenter/compute/deviceData/getDeviceAll',
|
|
|
devMonitorList = '/dataCenter/compute/deviceData/getDeviceMonitorInfo',
|
|
devMonitorList = '/dataCenter/compute/deviceData/getDeviceMonitorInfo',
|
|
|
}
|
|
}
|