/* * esri/config现在通过全局的对象配置 * */ window.uninphoConfig = { isInternet: false, blendMode: "soft-light", initViewPoint: { center: [105.12, 29.57], scale: 577790.554289 }, initExtent:{ xmin: 104.53, ymin: 29.39, xmax: 105.538, ymax: 29.64, spatialReference: {wkid: 4326}, }, tdtKey: '2b4dbd63705acef3a76f69a71aff5a0d', baseURL: 'http://localhost:8002/', // cheZhan_tky: 'http://172.20.98.215:8080/OneMapServer/rest/services/JCS_QGCZ_V1/MapServer', cheZhan: 'http://10.3.102.90:8080/OneMapServer/rest/services/CDJ_CZ/MapServer', // baseLayer: 'http://172.20.98.215:8080/OneMapServer/rest/services/JCS_baseMap_blue/MapServer', // baseLayer: 'https://sampleserver6.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer', baseLayer: 'http://10.3.102.90:8080/OneMapServer/rest/services/HJTL_LSDT/MapServer', puSuXian: 'http://172.20.98.215:8080/OneMapServer/rest/services/JCS_QGPS/MapServer', // gaoSuXian_tky: 'http://172.20.98.215:8080/OneMapServer/rest/services/JCS_QGGS_V1/MapServer', gaoSuXian: 'http://10.3.102.90:8080/OneMapServer/rest/services/CDJ_XL/MapServer', assetsPath: './assets', // https://js.arcgis.com/4.24/@arcgis/core/assets fontsUrl: 'http://172.21.12.87/', // https://js.arcgis.com/4.24/@arcgis/core/assets };