diff --git a/src/views/systemManagement/correlationEquipment2/components/exportPerception.vue b/src/views/systemManagement/correlationEquipment2/components/exportPerception.vue index 7a30d57..5db93d6 100644 --- a/src/views/systemManagement/correlationEquipment2/components/exportPerception.vue +++ b/src/views/systemManagement/correlationEquipment2/components/exportPerception.vue @@ -23,7 +23,7 @@ export default { data() { return { visible: false, - downUrl: `http://${window.location.host}/safety/tbDevicePerceptionInfo/export`, + downUrl: `http://${window.location.host}/zhapi/safety/tbDevicePerceptionInfo/export`, // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDevicePerceptionInfo/export", }; }, diff --git a/src/views/systemManagement/correlationEquipment2/components/exportVideo.vue b/src/views/systemManagement/correlationEquipment2/components/exportVideo.vue index 7deb6b6..b16b4b5 100644 --- a/src/views/systemManagement/correlationEquipment2/components/exportVideo.vue +++ b/src/views/systemManagement/correlationEquipment2/components/exportVideo.vue @@ -23,7 +23,7 @@ export default { data() { return { visible: false, - downUrl: `http://${window.location.host}/safety/tbDeviceVideoInfo/export`, + downUrl: `http://${window.location.host}/zhapi/safety/tbDeviceVideoInfo/export`, // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDeviceVideoInfo/export", }; }, diff --git a/src/views/systemManagement/correlationEquipment2/components/importPerception.vue b/src/views/systemManagement/correlationEquipment2/components/importPerception.vue index b835a4d..0f0640b 100644 --- a/src/views/systemManagement/correlationEquipment2/components/importPerception.vue +++ b/src/views/systemManagement/correlationEquipment2/components/importPerception.vue @@ -50,9 +50,9 @@ export default { data() { return { visible: false, - importUrl: `http://${window.location.host}/safety/tbDevicePerceptionInfo/importData`, + importUrl: `http://${window.location.host}/zhapi/safety/tbDevicePerceptionInfo/importData`, // importUrl: "http://192.168.0.188:8888/zhapi/safety/tbDevicePerceptionInfo/importData", - downUrl: `http://${window.location.host}/safety/tbDevicePerceptionInfo/importTemplate`, + downUrl: `http://${window.location.host}/zhapi/safety/tbDevicePerceptionInfo/importTemplate`, // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDevicePerceptionInfo/importTemplate", fileList: [], loading: {}, diff --git a/src/views/systemManagement/correlationEquipment2/components/importVideo.vue b/src/views/systemManagement/correlationEquipment2/components/importVideo.vue index 576ce50..ffe86a2 100644 --- a/src/views/systemManagement/correlationEquipment2/components/importVideo.vue +++ b/src/views/systemManagement/correlationEquipment2/components/importVideo.vue @@ -50,9 +50,9 @@ export default { data() { return { visible: false, - importUrl: `http://${window.location.host}/safety/tbDeviceVideoInfo/importData`, + importUrl: `http://${window.location.host}/zhapi/safety/tbDeviceVideoInfo/importData`, // importUrl: "http://192.168.0.188:8888/zhapi/safety/tbDeviceVideoInfo/importData", - downUrl: `http://${window.location.host}/safety/tbDeviceVideoInfo/importTemplate`, + downUrl: `http://${window.location.host}/zhapi/safety/tbDeviceVideoInfo/importTemplate`, // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDeviceVideoInfo/importTemplate", fileList: [], loading: {},