|
@ -208,16 +208,7 @@ export default { |
|
|
videoUrl: "", |
|
|
videoUrl: "", |
|
|
tabs: ["省份", "城市"], |
|
|
tabs: ["省份", "城市"], |
|
|
tabIndex: 0, |
|
|
tabIndex: 0, |
|
|
videoList: [ |
|
|
videoList: [], |
|
|
{ |
|
|
|
|
|
deviceName: "监控监控监控1111", |
|
|
|
|
|
url: "", |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
deviceName: "监控监控监控1111", |
|
|
|
|
|
url: "", |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
videoIndex: 0, |
|
|
videoIndex: 0, |
|
|
treeList: [ |
|
|
treeList: [ |
|
|
{ |
|
|
{ |
|
@ -225,6 +216,11 @@ export default { |
|
|
code: "F511502", |
|
|
code: "F511502", |
|
|
expand: true, |
|
|
expand: true, |
|
|
children: [ |
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
title: "合江门冠英街", |
|
|
|
|
|
code: "F51150202", |
|
|
|
|
|
expand: true, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: "流杯池公园", |
|
|
title: "流杯池公园", |
|
|
code: "F51150205", |
|
|
code: "F51150205", |
|
@ -240,11 +236,6 @@ export default { |
|
|
code: "F51150203", |
|
|
code: "F51150203", |
|
|
expand: true, |
|
|
expand: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
title: "合江门冠英街", |
|
|
|
|
|
code: "F51150202", |
|
|
|
|
|
expand: true, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
title: "五粮液景区", |
|
|
title: "五粮液景区", |
|
|
code: "F51150201", |
|
|
code: "F51150201", |
|
@ -259,6 +250,7 @@ export default { |
|
|
dayvalue: 0, |
|
|
dayvalue: 0, |
|
|
provinceList: [], |
|
|
provinceList: [], |
|
|
cityList: [], |
|
|
cityList: [], |
|
|
|
|
|
timer: null |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
computed: {}, |
|
|
computed: {}, |
|
@ -268,9 +260,14 @@ export default { |
|
|
calcRate(); |
|
|
calcRate(); |
|
|
windowDraw(); |
|
|
windowDraw(); |
|
|
this.changeTree(this.treeList[0].children[0]); |
|
|
this.changeTree(this.treeList[0].children[0]); |
|
|
|
|
|
this.timer = setInterval(()=> { |
|
|
|
|
|
this.realtimeTourist(); |
|
|
|
|
|
this.touristCumulative(); |
|
|
|
|
|
}, 300000) |
|
|
}, |
|
|
}, |
|
|
beforeDestroy() { |
|
|
beforeDestroy() { |
|
|
echartsClear(); |
|
|
echartsClear(); |
|
|
|
|
|
this.timer = null |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
openApp () { |
|
|
openApp () { |
|
|