Browse Source

功能修改20250303

zhiyuan-007 1 month ago
parent
commit
28e2725029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MapView.vue

+ 1 - 1
src/components/MapView.vue

@@ -31,7 +31,7 @@ export default {
       myBridge.bridgeContent = bridge = new CityGis.Bridge({
         id: "i_map",
         //url: 'http://localhost:5173/map-tool-widget-4301227/#/jk_map', // 测试
-        url: 'http://localhost:5173/map-tool-widget/#/jk_map',
+        url: 'https://cimweb.zjw.sh.cegn.cn:2007/map-tool-widget/#/',
         onReady: function () {
           console.log("地图创建完成")
         }