Browse Source

功能修改20250304

zhiyuan-007 3 weeks ago
parent
commit
44e0a1d433
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .env.production
  2. 2 2
      src/components/MapView.vue

+ 2 - 2
.env.production

@@ -3,8 +3,8 @@ VITE_BASE_URL='https://cimweb.zjw.sh.cegn.cn:2007/data-business-prod/'
 VITE_OPEN_API='https://cimweb.zjw.sh.cegn.cn:2008/'
 VITE_OPEN_URL='https://cimweb.zjw.sh.cegn.cn:2008/'
 
-VITE_NET_API = 'http://58.34.215.19:19259/'
-VITE_NET_URL = 'http://58.34.215.19:19259/'
+VITE_NET_API = 'http://58.34.215.19:8100/'
+VITE_NET_URL = 'http://58.34.215.19:8100/'
 
 VITE_ZW_API = 'http://10.90.9.143:9252/'
 VITE_ZW_URL = 'http://10.90.9.143:9252/'

+ 2 - 2
src/components/MapView.vue

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