https升级
parent
51216f3aff
commit
c87e8fcc85
|
@ -6,11 +6,11 @@
|
||||||
// const DAISHENHE_URL = "http://10.0.3.157:18030/kjwebAdmin-test/#/Order/DSHOrder";
|
// 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 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 YUNGUAN_SERVER_URL = "http://10.0.3.157:18030/yunguan-app";
|
||||||
const LXYLOGIN_URL = "http://124.16.188.131:28030/kjwebAdmin-test/#/login";
|
const LXYLOGIN_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin-test/#/login";
|
||||||
const YUNGUAN_SERVER_URL = "http://124.16.188.131:28030/yunguan-app";
|
const YUNGUAN_SERVER_URL = "https://124.16.188.131:9699/lxyweb/yunguan-app";
|
||||||
const DAICHULI_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DJYOrder";
|
const DAICHULI_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DJYOrder";
|
||||||
const YICHULI_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YJYOrder";
|
const YICHULI_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YJYOrder";
|
||||||
const DAISHENHE_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DSHOrder";
|
const DAISHENHE_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DSHOrder";
|
||||||
const YISHENHE_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YSHOrder";
|
const YISHENHE_URL = "https://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YSHOrder";
|
||||||
const DQYSERVER_URL = "http://124.16.188.131:28085";
|
const DQYSERVER_URL = "https://124.16.188.131:28085";
|
||||||
const LXYSERVER_URL = "http://124.16.188.131:9699/lxyweb";
|
const LXYSERVER_URL = "https://124.16.188.131:9699/lxyweb";
|
||||||
|
|
|
@ -26,7 +26,7 @@ class CesiumUtils {
|
||||||
mapMode2D: Cesium.MapMode2D.INFINITE_SCROLL,
|
mapMode2D: Cesium.MapMode2D.INFINITE_SCROLL,
|
||||||
imageryProvider: new Cesium.WebMapTileServiceImageryProvider({
|
imageryProvider: new Cesium.WebMapTileServiceImageryProvider({
|
||||||
url:
|
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",
|
layer: "tdtBasicLayer",
|
||||||
style: "default",
|
style: "default",
|
||||||
maximumLevel: 18,
|
maximumLevel: 18,
|
||||||
|
|
|
@ -21,7 +21,7 @@ class otgCesiumUtils {
|
||||||
mapMode2D: Cesium.MapMode2D.INFINITE_SCROLL,
|
mapMode2D: Cesium.MapMode2D.INFINITE_SCROLL,
|
||||||
imageryProvider: new Cesium.WebMapTileServiceImageryProvider({
|
imageryProvider: new Cesium.WebMapTileServiceImageryProvider({
|
||||||
url:
|
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",
|
layer: "tdtBasicLayer",
|
||||||
style: "default",
|
style: "default",
|
||||||
maximumLevel: 18,
|
maximumLevel: 18,
|
||||||
|
|
|
@ -283,7 +283,7 @@ export default {
|
||||||
// self.tifPath = pm.ftpPath;
|
// self.tifPath = pm.ftpPath;
|
||||||
//由于空天院内网服务无法拉取外网资源,先改成内网资源访问
|
//由于空天院内网服务无法拉取外网资源,先改成内网资源访问
|
||||||
let rt = pm.ftpPath.split('/');
|
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;
|
self.projection = pm.projection;
|
||||||
|
|
||||||
// 赋值真实性检验方法
|
// 赋值真实性检验方法
|
||||||
|
|
Loading…
Reference in New Issue