소스 검색

工程现场 界面修改

zhanghao 2 달 전
부모
커밋
53945e878f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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, // 点名称