src/components/page/show/show-index.vue
@@ -473,6 +473,7 @@ <script> import echarts from "echarts/lib/echarts"; import BaiduMap from '../../common/baiduMap' export default { name: "show-index", data() { @@ -518,6 +519,11 @@ } }, mounted() { BaiduMap.init() .then((BMap) => { console.log('地图初始化') this.inits() }) this.tclyvEcharts() this.tcpmEcharts() this.ddtjEcharts()