From c87e8fcc85ab405348044143f34441004efe6a56 Mon Sep 17 00:00:00 2001 From: duxiaoning <17621883433@163.com> Date: Fri, 28 Jun 2024 17:46:59 +0800 Subject: [PATCH] =?UTF-8?q?https=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config/config.js | 16 ++++++++-------- src/lib/cesiumUtils.js | 2 +- src/lib/otgCesiumUtils.js | 2 +- src/views/Daichuli/Feedback/Inspection/index.vue | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index ef203ad..7d2578e 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -6,11 +6,11 @@ // const DAISHENHE_URL = "http://10.0.3.157:18030/kjwebAdmin-test/#/Order/DSHOrder"; // const YISHENHE_URL = "http://10.0.3.157:18030/kjwebAdmin-test/#/Order/YSHOrder"; // const YUNGUAN_SERVER_URL = "http://10.0.3.157:18030/yunguan-app"; -const LXYLOGIN_URL = "http://124.16.188.131:28030/kjwebAdmin-test/#/login"; -const YUNGUAN_SERVER_URL = "http://124.16.188.131:28030/yunguan-app"; -const DAICHULI_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DJYOrder"; -const YICHULI_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YJYOrder"; -const DAISHENHE_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DSHOrder"; -const YISHENHE_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YSHOrder"; -const DQYSERVER_URL = "http://124.16.188.131:28085"; -const LXYSERVER_URL = "http://124.16.188.131:9699/lxyweb"; +const LXYLOGIN_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin-test/#/login"; +const YUNGUAN_SERVER_URL = "https://124.16.188.131:9699/lxyweb/yunguan-app"; +const DAICHULI_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DJYOrder"; +const YICHULI_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YJYOrder"; +const DAISHENHE_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DSHOrder"; +const YISHENHE_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YSHOrder"; +const DQYSERVER_URL = "https://124.16.188.131:28085"; +const LXYSERVER_URL = "https://124.16.188.131:9699/lxyweb"; diff --git a/src/lib/cesiumUtils.js b/src/lib/cesiumUtils.js index 98759d2..85717d2 100644 --- a/src/lib/cesiumUtils.js +++ b/src/lib/cesiumUtils.js @@ -26,7 +26,7 @@ class CesiumUtils { mapMode2D: Cesium.MapMode2D.INFINITE_SCROLL, imageryProvider: new Cesium.WebMapTileServiceImageryProvider({ url: - "http://{s}.tianditu.gov.cn/img_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=img&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=d7648495378ad7ebe74327207dfc09a8", + "https://{s}.tianditu.gov.cn/img_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=img&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=d7648495378ad7ebe74327207dfc09a8", layer: "tdtBasicLayer", style: "default", maximumLevel: 18, diff --git a/src/lib/otgCesiumUtils.js b/src/lib/otgCesiumUtils.js index 48e03e7..e6ba71a 100644 --- a/src/lib/otgCesiumUtils.js +++ b/src/lib/otgCesiumUtils.js @@ -21,7 +21,7 @@ class otgCesiumUtils { mapMode2D: Cesium.MapMode2D.INFINITE_SCROLL, imageryProvider: new Cesium.WebMapTileServiceImageryProvider({ url: - "http://{s}.tianditu.gov.cn/img_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=img&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=d7648495378ad7ebe74327207dfc09a8", + "https://{s}.tianditu.gov.cn/img_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=img&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=d7648495378ad7ebe74327207dfc09a8", layer: "tdtBasicLayer", style: "default", maximumLevel: 18, diff --git a/src/views/Daichuli/Feedback/Inspection/index.vue b/src/views/Daichuli/Feedback/Inspection/index.vue index 2fcfa56..d627797 100644 --- a/src/views/Daichuli/Feedback/Inspection/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/index.vue @@ -283,7 +283,7 @@ export default { // self.tifPath = pm.ftpPath; //由于空天院内网服务无法拉取外网资源,先改成内网资源访问 let rt = pm.ftpPath.split('/'); - self.tifPath = 'http://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1]; + self.tifPath = 'https://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1]; self.projection = pm.projection; // 赋值真实性检验方法