Ver código fonte

工程现场 界面修改

zhanghao 2 meses atrás
pai
commit
53945e878f
2 arquivos alterados com 2 adições e 2 exclusões
  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, // 点名称