src/pages/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/index.vue
@@ -881,7 +881,6 @@ }) .then((res) => { let rs = JSON.parse(res.data.result); console.log(rs); homeData.nums = rs; if (this.mapName) { this.changeChartPanelStatus(homeData); @@ -1115,7 +1114,6 @@ }); }, changeChartPanelStatus(homeData) { console.log(homeData); //panel面板状态改变 this.isShowInfoPanel = true; let poit = this.convertMain(homeData.longitude, homeData.latitude);