zhiyuan-007 пре 10 месеци
родитељ
комит
6bd43aa16c

+ 2 - 2
.env.production

@@ -1,5 +1,5 @@
-VUE_APP_BASE_URL='https://cimweb.zjw.sh.cegn.cn:2007/data-business-prod/'
-VUE_APP_BASE_API='https://cimweb.zjw.sh.cegn.cn:2007/data-business-prod/'
+VUE_APP_BASE_URL='https://cimnet.zjw.sh.gov.cn:2007/data-business-prod/'
+VUE_APP_BASE_API='https://cimnet.zjw.sh.gov.cn:2007/data-business-prod/'
 VUE_APP_ADDRESS_URL='https://cimweb.zjw.sh.cegn.cn:2008/'
 VUE_APP_ADDRESS_API='https://cimweb.zjw.sh.cegn.cn:2008/'
 NODE_ENV = 'production'

+ 2 - 2
src/components/mapTest.vue

@@ -77,8 +77,8 @@ export default {
     //加载地图插件
     this.bridge = new CityGIS.Bridge({
       id:"i_map",
-      url:'http://localhost:8081/#/jk_map?theme=dark&type=3D',
-      //url:'https://cimweb.zjw.sh.cegn.cn:2007/VUE-Map-Tool-Widget/#/jk_map?theme=dark&type=3D',
+      //url:'http://localhost:8081/#/jk_map?theme=dark&type=3D',
+      url:'https://cimnet.zjw.sh.gov.cn:2007/VUE-Map-Tool-Widget/#/jk_map?theme=dark&type=3D',
       onReady:function (){
         // console.log("地图创建完成");
       }

+ 14 - 13
src/config/config_dojo_jk.json

@@ -1,9 +1,9 @@
 {
-  "css_url": "http://localhost:8080/arcgis_js_api/library/4.24/esri/themes/light/main.css",
-  "jsapi_url": "http://localhost:8080/arcgis_js_api/library/4.24/init.js",
+  "css_url": "https://cimnet.zjw.sh.gov.cn:2007/arcgis-js-api/library/4.24/esri/themes/light/main.css",
+  "jsapi_url": "https://cimnet.zjw.sh.gov.cn:2007/arcgis-js-api/library/4.24/init.js",
   "dojoConfig": {
     "async": true,
-    "baseUrl": "http://localhost:8080/arcgis_js_api/library/4.24/dojo"
+    "baseUrl": "https://cimnet.zjw.sh.gov.cn:2007/arcgis-js-api/library/4.24/dojo"
   },
   "spatialReference": {
     "wkid": 102100
@@ -22,21 +22,22 @@
   },
   "scale": 730000,
   "initScale": 568914,
+
   "basemap": "basemap",
-  "queryurl_xq":"https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
-  "queryurl_hx": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
-  "queryurl_jd": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
-  "queryurl_xq_3857": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
-  "queryurl_hx_3857": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
-  "queryurl_jd_3857": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
-  "host1": "http://map.smi.sh.cegn.cn",
+  "queryurl_xq":"https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
+  "queryurl_hx": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
+  "queryurl_jd": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
+  "queryurl_xq_3857": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
+  "queryurl_hx_3857": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
+  "queryurl_jd_3857": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
+  "host1": "https://map.smi.sh.cegn.cn",
   "username1": "cxjsjtfz",
   "password1": "11111111",
-  "server1": "http://map.smi.sh.cegn.cn/OneMapServer/rest/services",
-  "host2": "http://10.81.74.151:6080/arcgis/tokens/generateToken",
+  "server1": "https://map.smi.sh.cegn.cn/OneMapServer/rest/services",
+  "host2": "https://10.81.74.151:6080/arcgis/tokens/generateToken",
   "username2": "JJY01",
   "password2": "JJY.123",
-  "host3": "http://10.83.246.246/onemap/tokens",
+  "host3": "https://10.83.246.246/onemap/tokens",
   "username3": "zjw_czc",
   "password3": "Zjwczc2023"
 }

+ 9 - 9
src/config/config_dojo_production.json

@@ -1,9 +1,9 @@
 {
-  "css_url": "https://cimweb.zjw.sh.cegn.cn:2007/arcgis-js-api/library/4.24/esri/themes/light/main.css",
-  "jsapi_url": "https://cimweb.zjw.sh.cegn.cn:2007/arcgis-js-api/library/4.24/init.js",
+  "css_url": "https://cimnet.zjw.sh.gov.cn:2007/arcgis-js-api/library/4.24/esri/themes/light/main.css",
+  "jsapi_url": "https://cimnet.zjw.sh.gov.cn:2007/arcgis-js-api/library/4.24/init.js",
   "dojoConfig": {
     "async": true,
-    "baseUrl": "https://cimweb.zjw.sh.cegn.cn:2007/arcgis-js-api/library/4.24/dojo"
+    "baseUrl": "https://cimnet.zjw.sh.gov.cn:2007/arcgis-js-api/library/4.24/dojo"
   },
   "spatialReference": {
     "wkid": 102100
@@ -24,12 +24,12 @@
   "initScale": 568914,
 
   "basemap": "basemap",
-  "queryurl_xq":"https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
-  "queryurl_hx": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
-  "queryurl_jd": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
-  "queryurl_xq_3857": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
-  "queryurl_hx_3857": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
-  "queryurl_jd_3857": "https://cimweb.zjw.sh.cegn.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
+  "queryurl_xq":"https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
+  "queryurl_hx": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
+  "queryurl_jd": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
+  "queryurl_xq_3857": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000120211201",
+  "queryurl_hx_3857": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001007320230801",
+  "queryurl_jd_3857": "https://cimnet.zjw.sh.gov.cn:2008/MapProxyApi/getSceneServer/gxjh_fwjk/D9001000020210601",
   "host1": "https://map.smi.sh.cegn.cn",
   "username1": "cxjsjtfz",
   "password1": "11111111",

+ 1 - 2
src/service/index.js

@@ -50,9 +50,8 @@ requestInstance_token.interceptors.response.use(function (res){
     return new Error(error);
 });
 
-
 const requestInstance_proxy_token = axios.create({
-    baseURL:"https://cimweb.zjw.sh.cegn.cn:2008/",
+    baseURL:process.env.VUE_APP_ADDRESS_API,
     timeout,
     method:"get",
 });

+ 2 - 2
vue.config.js

@@ -12,7 +12,7 @@ module.exports = defineConfig({
     //https:true,
     proxy: {
       '/addressapi': {
-        target: 'https://cimweb.zjw.sh.cegn.cn:2008/',
+        target: 'https://cimnet.zjw.sh.gov.cn:2008/',
         secure: false,
         changeOrigin: true,
         pathRewrite: {
@@ -20,7 +20,7 @@ module.exports = defineConfig({
         }
       },
       '/api': {
-        target: 'https://cimweb.zjw.sh.cegn.cn:2007/data-business-prod/',
+        target: 'https://cimnet.zjw.sh.gov.cn:2007/data-business-prod/',
         secure: false,
         changeOrigin: true,
         pathRewrite: {