url修改 #55

Merged
lukeyan merged 1 commits from lukeyan into master 1 year ago

@ -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",
};
},

@ -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",
};
},

@ -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: {},

@ -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: {},

Loading…
Cancel
Save