he wei
2024-03-13 10146816b006f0336da41220834bf8f26a1b256d
U 去除地图的调试代码
1个文件已修改
4 ■■■ 已修改文件
src/components/myCharts/MapChart.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/myCharts/MapChart.vue
@@ -58,9 +58,7 @@
            let data = rs.data;
            data.map((item, index) => {
              if (item.status == 1) {
                // this.name = item.name;
                this.name = 'xinanwusheng';
                // this.name = 'test' ;
                this.name = item.name;
              }
            });
          }