@@ -57,6 +57,7 @@
:dataArray="trendDataArray"
/>
<threeMap
+ @toView="toView"
class="animated zoomIn"
style="
position: absolute;
@@ -176,6 +177,15 @@ export default {
},
mounted() {},
methods: {
+ toView(data) {
+ console.log(data)
+ this.$router.push({
+ path: `/page3`,
+ query: {
+ id: data,
+ },
+ })
tabChange(val) {
if (val === 0) {
this.$router.push(`/page1`)