TpLink路径修改
This commit is contained in:
parent
be943c35c6
commit
fd1cd471df
|
@ -1,43 +1,43 @@
|
||||||
import { defHttp } from '/@/utils/http/axios';
|
import { defHttp } from '/@/utils/http/axios';
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
queryProjectTreeSync = '/iot/projectInfo/queryRegionTreeSync',
|
queryProjectTreeSync = '/iot/tplink/projectInfo/queryRegionTreeSync',
|
||||||
queryRegionTreeSync = '/iot/regionInfo/queryRegionTreeSync',
|
queryRegionTreeSync = '/iot/tplink/regionInfo/queryRegionTreeSync',
|
||||||
syncProject = '/iot/projectInfo/sync',
|
syncProject = '/iot/tplink/projectInfo/sync',
|
||||||
syncRegion = '/iot/regionInfo/sync',
|
syncRegion = '/iot/tplink/regionInfo/sync',
|
||||||
list = '/iot/cameraInfo/list',
|
list = '/iot/tplink/cameraInfo/list',
|
||||||
ipcCapability = '/iot/cameraInfo/getIpcCapability',
|
ipcCapability = '/iot/tplink/cameraInfo/getIpcCapability',
|
||||||
nuList = '/iot/cameraInfo/nuList',
|
nuList = '/iot/tplink/cameraInfo/nuList',
|
||||||
edit = '/iot/cameraInfo/edit',
|
edit = '/iot/tplink/cameraInfo/edit',
|
||||||
rebootDevice = '/iot/cameraInfo/rebootDevice',
|
rebootDevice = '/iot/tplink/cameraInfo/rebootDevice',
|
||||||
previewUrl = '/iot/cameraInfo/getPreviewUrl',
|
previewUrl = '/iot/tplink/cameraInfo/getPreviewUrl',
|
||||||
getImageCommon = '/iot/cameraInfo/getImageCommon',
|
getImageCommon = '/iot/tplink/cameraInfo/getImageCommon',
|
||||||
setImageCommon = '/iot/cameraInfo/setImageCommon',
|
setImageCommon = '/iot/tplink/cameraInfo/setImageCommon',
|
||||||
getOsdCapability = '/iot/cameraInfo/getOsdCapability',
|
getOsdCapability = '/iot/tplink/cameraInfo/getOsdCapability',
|
||||||
getOsd = '/iot/cameraInfo/getOsd',
|
getOsd = '/iot/tplink/cameraInfo/getOsd',
|
||||||
setOsd = '/iot/cameraInfo/setOsd',
|
setOsd = '/iot/tplink/cameraInfo/setOsd',
|
||||||
getTamperDet = '/iot/cameraInfo/getTamperDet',
|
getTamperDet = '/iot/tplink/cameraInfo/getTamperDet',
|
||||||
setTamperDet = '/iot/cameraInfo/setTamperDet',
|
setTamperDet = '/iot/tplink/cameraInfo/setTamperDet',
|
||||||
getTamperNotif = '/iot/cameraInfo/getTamperNotif',
|
getTamperNotif = '/iot/tplink/cameraInfo/getTamperNotif',
|
||||||
setTamperNotif = '/iot/cameraInfo/setTamperNotif',
|
setTamperNotif = '/iot/tplink/cameraInfo/setTamperNotif',
|
||||||
testAudio = '/iot/cameraInfo/testAudio',
|
testAudio = '/iot/tplink/cameraInfo/testAudio',
|
||||||
getAlarmInfo = '/iot/cameraInfo/getAlarmInfo',
|
getAlarmInfo = '/iot/tplink/cameraInfo/getAlarmInfo',
|
||||||
setAlarmInfo = '/iot/cameraInfo/setAlarmInfo',
|
setAlarmInfo = '/iot/tplink/cameraInfo/setAlarmInfo',
|
||||||
getAlarmPlan = '/iot/cameraInfo/getAlarmPlan',
|
getAlarmPlan = '/iot/tplink/cameraInfo/getAlarmPlan',
|
||||||
setAlarmPlan = '/iot/cameraInfo/setAlarmPlan',
|
setAlarmPlan = '/iot/tplink/cameraInfo/setAlarmPlan',
|
||||||
getVideoParams = '/iot/cameraInfo/getVideoParams',
|
getVideoParams = '/iot/tplink/cameraInfo/getVideoParams',
|
||||||
setVideoParams = '/iot/cameraInfo/setVideoParams',
|
setVideoParams = '/iot/tplink/cameraInfo/setVideoParams',
|
||||||
configRecovery = '/iot/cameraInfo/configRecovery',
|
configRecovery = '/iot/tplink/cameraInfo/configRecovery',
|
||||||
searchVideo = '/iot/cameraInfo/searchVideo',
|
searchVideo = '/iot/tplink/cameraInfo/searchVideo',
|
||||||
getPlaybackUrlList = '/iot/cameraInfo/getPlaybackUrlList',
|
getPlaybackUrlList = '/iot/tplink/cameraInfo/getPlaybackUrlList',
|
||||||
deletePlaybackChn = '/iot/cameraInfo/deletePlaybackChn',
|
deletePlaybackChn = '/iot/tplink/cameraInfo/deletePlaybackChn',
|
||||||
getMultitransUrl = '/iot/cameraInfo/getMultitransUrl',
|
getMultitransUrl = '/iot/tplink/cameraInfo/getMultitransUrl',
|
||||||
getRecordCfgs = '/iot/cameraInfo/getRecordCfgs',
|
getRecordCfgs = '/iot/tplink/cameraInfo/getRecordCfgs',
|
||||||
setRecordCfgs = '/iot/cameraInfo/setRecordCfgs',
|
setRecordCfgs = '/iot/tplink/cameraInfo/setRecordCfgs',
|
||||||
getBatchProgress = '/iot/cameraInfo/getBatchProgress',
|
getBatchProgress = '/iot/tplink/cameraInfo/getBatchProgress',
|
||||||
uploadToServer = '/iot/cameraInfo/uploadToServer',
|
uploadToServer = '/iot/tplink/cameraInfo/uploadToServer',
|
||||||
stopUploadToServer = '/iot/cameraInfo/stopUploadToServer',
|
stopUploadToServer = '/iot/tplink/cameraInfo/stopUploadToServer',
|
||||||
getUploadToServerProcess = '/iot/cameraInfo/getUploadToServerProcess',
|
getUploadToServerProcess = '/iot/tplink/cameraInfo/getUploadToServerProcess',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,16 +2,16 @@ import { defHttp } from '/@/utils/http/axios';
|
||||||
import {Modal} from "ant-design-vue";
|
import {Modal} from "ant-design-vue";
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
queryProjectTreeSync = '/iot/projectInfo/queryRegionTreeSync',
|
queryProjectTreeSync = '/iot/tplink/projectInfo/queryRegionTreeSync',
|
||||||
queryRegionTreeSync = '/iot/regionInfo/queryRegionTreeSync',
|
queryRegionTreeSync = '/iot/tplink/regionInfo/queryRegionTreeSync',
|
||||||
queryTreeList = '/iot/cameraInfo/queryTreeList',
|
queryTreeList = '/iot/tplink/cameraInfo/queryTreeList',
|
||||||
getStorageDevice = '/iot/cameraInfo/getStorageDevice',
|
getStorageDevice = '/iot/tplink/cameraInfo/getStorageDevice',
|
||||||
getAllRecordPlans = '/iot/cameraInfo/getAllRecordPlans',
|
getAllRecordPlans = '/iot/tplink/cameraInfo/getAllRecordPlans',
|
||||||
getRecordCfgs = '/iot/cameraInfo/getRecordCfgs',
|
getRecordCfgs = '/iot/tplink/cameraInfo/getRecordCfgs',
|
||||||
addRecordCfgs = '/iot/cameraInfo/addRecordCfgs',
|
addRecordCfgs = '/iot/tplink/cameraInfo/addRecordCfgs',
|
||||||
setRecordCfgs = '/iot/cameraInfo/setRecordCfgs',
|
setRecordCfgs = '/iot/tplink/cameraInfo/setRecordCfgs',
|
||||||
delRecordCfgs = '/iot/cameraInfo/delRecordCfgs',
|
delRecordCfgs = '/iot/tplink/cameraInfo/delRecordCfgs',
|
||||||
getBatchProgress = '/iot/cameraInfo/getBatchProgress',
|
getBatchProgress = '/iot/tplink/cameraInfo/getBatchProgress',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import { defHttp } from '/@/utils/http/axios';
|
import { defHttp } from '/@/utils/http/axios';
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
list = '/iot/projectInfo/list',
|
list = '/iot/tplink/projectInfo/list',
|
||||||
sync = '/iot/projectInfo/sync',
|
sync = '/iot/tplink/projectInfo/sync',
|
||||||
add = '/iot/projectInfo/add',
|
add = '/iot/tplink/projectInfo/add',
|
||||||
edit = '/iot/projectInfo/edit',
|
edit = '/iot/tplink/projectInfo/edit',
|
||||||
delete = '/iot/projectInfo/delete',
|
delete = '/iot/tplink/projectInfo/delete',
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
import { defHttp } from '/@/utils/http/axios';
|
import { defHttp } from '/@/utils/http/axios';
|
||||||
|
|
||||||
enum Api {
|
enum Api {
|
||||||
queryProjectTreeSync = '/iot/projectInfo/queryRegionTreeSync',
|
queryProjectTreeSync = '/iot/tplink/projectInfo/queryRegionTreeSync',
|
||||||
queryRegionTreeSync = '/iot/regionInfo/queryRegionTreeSync',
|
queryRegionTreeSync = '/iot/tplink/regionInfo/queryRegionTreeSync',
|
||||||
syncProject = '/iot/projectInfo/sync',
|
syncProject = '/iot/tplink/projectInfo/sync',
|
||||||
syncRegion = '/iot/regionInfo/sync',
|
syncRegion = '/iot/tplink/regionInfo/sync',
|
||||||
syncRegionChildren = '/iot/regionInfo/syncChildren',
|
syncRegionChildren = '/iot/tplink/regionInfo/syncChildren',
|
||||||
list = '/iot/regionInfo/list',
|
list = '/iot/tplink/regionInfo/list',
|
||||||
sync = '/iot/regionInfo/sync',
|
sync = '/iot/tplink/regionInfo/sync',
|
||||||
add = '/iot/regionInfo/add',
|
add = '/iot/tplink/regionInfo/add',
|
||||||
edit = '/iot/regionInfo/edit',
|
edit = '/iot/tplink/regionInfo/edit',
|
||||||
delete = '/iot/regionInfo/delete',
|
delete = '/iot/tplink/regionInfo/delete',
|
||||||
queryChildrenByParentId = '/sys/sysDepart/queryChildrenByParentId',
|
queryChildrenByParentId = '/sys/sysDepart/queryChildrenByParentId',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue