liujq 2 年之前
父節點
當前提交
854bfe7a57

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


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-79ff548c.00cfba58.css


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


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-564a5044.2787ac47.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-79ff548c.322fb6ae.js


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

@@ -17,7 +17,7 @@
       :events="mapEvents"
       :plugin="plugin"
     >
-      <template v-if="mapDiyObj.zoom > 13">
+      <template v-if="mapDiyObj.zoom > 12">
         <template v-if="mapDiyObj.isSchoolShow === '1'">
           <el-amap-marker class="scoped-m-box" v-for="(marker, index) in schoolList" :key="3000 + index"
             icon="https://img2.honglounews.com/20220110041435-6276.png"

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