|
@@ -56,6 +56,7 @@
|
|
:dataArray.sync="trendDataArray"
|
|
:dataArray.sync="trendDataArray"
|
|
/>
|
|
/>
|
|
<threeMap
|
|
<threeMap
|
|
|
|
+ class="animated zoomIn"
|
|
style="
|
|
style="
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 50%;
|
|
top: 50%;
|
|
@@ -135,6 +136,7 @@ export default {
|
|
},
|
|
},
|
|
computed: {},
|
|
computed: {},
|
|
created() {
|
|
created() {
|
|
|
|
+ this.getJSON()
|
|
this.$util.autoVueFn(
|
|
this.$util.autoVueFn(
|
|
[
|
|
[
|
|
{
|
|
{
|
|
@@ -169,7 +171,6 @@ export default {
|
|
},
|
|
},
|
|
}
|
|
}
|
|
)
|
|
)
|
|
- this.getJSON()
|
|
|
|
// this.$http.get(`https://httpbin.org/get`)
|
|
// this.$http.get(`https://httpbin.org/get`)
|
|
},
|
|
},
|
|
mounted() {},
|
|
mounted() {},
|