소스 검색

自动播放

citygis-lhh 3 달 전
부모
커밋
94be41e377
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/map/GisMap.vue

+ 1 - 1
src/components/map/GisMap.vue

@@ -31,7 +31,7 @@ onMounted(() => {
       url: window.CityGisHtml,
       onReady: function () {
         console.log('ready');
-        regionZone('松江');
+        regionZone('松江');
         //默认加载
         addImagePoint('newAdress', [{ x: -14926.528171515301, y: -1705.2657878212942 }], {
           imageUrl: new URL(`@/assets/image/mapTools/new_icon.png`, import.meta.url).href