【解决办法】可以加载:
this.jwTerrainProvider = new GeowayGlobe.TiledTerrainProvider({
connections: [{
priority: 0,
// url:'http://127.0.0.1:8181/dmap-web/x/ebus/zrzyzwsjfw/ime-cloud/rest/HLDXRH/terrain/data?level={TileMatrix}&col={TileCol}&row={TileRow}',
// //ythpt.nr.gdgov.cn/ebus/zrzyzwsjfw/ime-cloud/rest/HLDXRH/terrain/data?level=' data-sheets-hyperlink='{"linkIconStatus":-1,"hyperlinkType":-1}' title="" style="cursor: default;color: blue;pointer-events: auto" >url:'
https://ythpt.nr.gdgov.cn/ebus/zrzyzwsjfw/ime-cloud/rest/HLDXRH/terrain/data?level={TileMatrix}&col={TileCol}&row={TileRow}',
url: new Cesium.Resource({url: //ythpt.nr.gdgov.cn/dist-app-proxy/x/proxy/zrzyzwsjfw/ime-cloud/rest/HLDXRH/terrain/data?level=' data-sheets-hyperlink='{"linkIconStatus":-1,"hyperlinkType":-1}' title="" style="cursor: default;color: blue;pointer-events: auto" >'
https://ythpt.nr.gdgov.cn/dist-app-proxy/x/proxy/zrzyzwsjfw/ime-cloud/rest/HLDXRH/terrain/data?level={TileMatrix}&col={TileCol}&row={TileRow}'}),
credit: new Cesium.Credit('WorldTerrain'),
rectangle: new Cesium.Rectangle.fromDegrees(-180, -90, 180, 90),
minLevel: 1,
maxLevel: 17,
tileMatrixLabels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17']
}]
});
this.jwTerrainProvider.isSct = false;
this.map.terrainProvider = this.jwTerrainProvider;