liujq 3 年之前
父節點
當前提交
6add028453

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-2dbc64ed.9fd19023.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.c0763e68.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-2dbc64ed.56110f1f.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-fbd106ac.b3e7f8d4.js


+ 6 - 6
src/views/map/dtl.vue

@@ -534,13 +534,13 @@ export default {
           }
         } else {
           this.mapDiyObj = {
-            mapStyle: 'light',
-            zoom: 17,
-            zooms: [15, 19],
+            mapStyle: 'normal',
+            zoom: 13,
+            zooms: [11, 19],
             center: [115.852386, 28.684076],
-            isEstateShow: '1',
-            isSchoolShow: '1',
-            isAreaShow: '1',
+            isEstateShow: '2',
+            isSchoolShow: '2',
+            isAreaShow: '2',
             title: res.title,
             features: ['road', 'bg', 'building']
           }

部分文件因文件數量過多而無法顯示