Sfoglia il codice sorgente

工程现场 界面修改

zhanghao 2 mesi fa
parent
commit
53945e878f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      src/views/pad/map/map.vue
  2. 1 1
      src/views/screen/map/map.vue

+ 1 - 1
src/views/pad/map/map.vue

@@ -575,7 +575,7 @@ export default {
           {
             type: "scatter", // 散点图(用于标注特殊位置)
             coordinateSystem: "geo", // 使用 `geo` 作为坐标系
-            symbol: "image://" + require("@/assets/images/main/map/xian.png"), // 自定义标记
+            symbol: "image://" + require("@/assets/images/main/map/shi.png"), // 自定义标记
             symbolSize: 12, // 标记的大小
             data: this.projectList.filter(({ subdivision }) => subdivision <= 10).map(({ name, coordinate }) => ({
               name, // 点名称

+ 1 - 1
src/views/screen/map/map.vue

@@ -575,7 +575,7 @@ export default {
           {
             type: "scatter", // 散点图(用于标注特殊位置)
             coordinateSystem: "geo", // 使用 `geo` 作为坐标系
-            symbol: "image://" + require("@/assets/images/main/map/xian.png"), // 自定义标记
+            symbol: "image://" + require("@/assets/images/main/map/shi.png"), // 自定义标记
             symbolSize: 12, // 标记的大小
             data: this.projectList.filter(({ subdivision }) => subdivision <= 10).map(({ name, coordinate }) => ({
               name, // 点名称