230320a303 2 년 전
부모
커밋
4eaadd56a9

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


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


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


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


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


+ 6 - 0
src/views/map/dtl2.vue

@@ -313,6 +313,9 @@ export default {
           // console.log(this.mapDiyObj.center)
         },
         click(e) {
+          if (!that.isDbShow) {
+            return
+          }
           const { lng, lat } = e.lnglat
           // console.log(lng, lat)
           that.mapDiyObj.center = [lng, lat]
@@ -765,6 +768,9 @@ export default {
       curMap.setFeatures(data)
     },
     getList () {
+      if (!this.isDbShow) {
+        return
+      }
       const query = this.$route.query
       // this.$api.other.admmapcoordindatalist({
       this.$api.other.admmapcoordinaround({

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