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']
           }

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