230320a303 2 anni fa
parent
commit
4eaadd56a9

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-0c3c4c72.26eb6127.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3c53daaa.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0c3c4c72.b0c444a9.js


File diff suppressed because it is too large
+ 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({

Some files were not shown because too many files changed in this diff