Browse Source

自动播放

citygis-lhh 3 months ago
parent
commit
94be41e377
1 changed files with 1 additions and 1 deletions
  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