pull/55/head
lukeyan 1 year ago
parent 3758ae8c24
commit 13350c918a

@ -23,7 +23,7 @@ export default {
data() { data() {
return { return {
visible: false, 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", // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDevicePerceptionInfo/export",
}; };
}, },

@ -23,7 +23,7 @@ export default {
data() { data() {
return { return {
visible: false, 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", // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDeviceVideoInfo/export",
}; };
}, },

@ -50,9 +50,9 @@ export default {
data() { data() {
return { return {
visible: false, 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", // 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", // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDevicePerceptionInfo/importTemplate",
fileList: [], fileList: [],
loading: {}, loading: {},

@ -50,9 +50,9 @@ export default {
data() { data() {
return { return {
visible: false, 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", // 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", // downUrl: "http://192.168.0.188:8888/zhapi/safety/tbDeviceVideoInfo/importTemplate",
fileList: [], fileList: [],
loading: {}, loading: {},

Loading…
Cancel
Save