230320a303 2 년 전
부모
커밋
ad25c2b364
5개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/chunk-e1716226.d81f93b6.css
  3. 0 0
      dist/static/js/app.f086323e.js
  4. 0 0
      dist/static/js/chunk-e1716226.28e935d8.js
  5. 2 1
      src/views/map/dtl.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-e1716226.d81f93b6.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.f086323e.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-e1716226.28e935d8.js


+ 2 - 1
src/views/map/dtl.vue

@@ -851,6 +851,7 @@ export default {
           strokeWeight: 2, // 轮廓宽度
           strokeOpacity: 0.8, // 轮廓透明度
           text: obj.text,
+          estateObj: obj.estateObj || {}
         })
         that.polygons = [...polygons]
         mouseTool.close(true)
@@ -1001,7 +1002,7 @@ export default {
             tempData[index].fillOpacity = obj.fillOpacity
             tempData[index].strokeColor = obj.strokeColor
             tempData[index].strokeStyle = obj.strokeStyle
-            tempData[index].estateObj = obj.estateObj
+            tempData[index].estateObj = obj.estateObj || {}
           }
           this[str] = [...tempData]
           this.$storage(`map_${str}`, JSON.stringify(tempData))

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.