isv-robot 2 years ago
parent
commit
af6d52c249
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dashboard-screen/chart-map/chartMap.vue

+ 1 - 1
src/views/dashboard-screen/chart-map/chartMap.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="iframe-wrap">
-    <iframe id="mapFrame" ref="mapFrame" src=" https://gis.isvbytes.com/gis/" frameborder="none" :onload="loadDone"/>
+    <iframe id="mapFrame" ref="mapFrame" src="/gis/index.html" frameborder="none" :onload="loadDone"/>
   </div>
 
 </template>