Browse Source

功能修改20250322-02

zhiyuan-007 1 tháng trước cách đây
mục cha
commit
4b8e81c856
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/MapView.vue

+ 2 - 2
src/components/MapView.vue

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