|
|
@@ -24,24 +24,27 @@ let systemConfig = {
|
|
|
modelIds: [1667, 1690, 1677, 1673],
|
|
|
columnIds: [1657, 1659, 1666, 1676, 1665, 1651, 1662],
|
|
|
|
|
|
- baseServicerPath: "/oneMap",
|
|
|
+ // baseServicerPath: "/oneMap",
|
|
|
+ baseServicerPath: "http://121.43.55.7:13901/qpyzt",
|
|
|
// oauth和DMS环境
|
|
|
backServerPath: "http://121.43.55.7",
|
|
|
// oauth地址
|
|
|
oauthServiceUrlOrigin: "http://121.43.55.7:10086/",
|
|
|
// oauth地址
|
|
|
- oauthServiceUrl: "/proxy_oauth",
|
|
|
+ // oauthServiceUrl: "/proxy_oauth",
|
|
|
+ oauthServiceUrl: "http://121.43.55.7:10086/oauth/",
|
|
|
// oauth前端地址
|
|
|
oauthWebUrlPort: "2100",
|
|
|
// dms前端地址
|
|
|
dmsWebUrlPort: "2101",
|
|
|
// dms地址
|
|
|
- dmsDataProxy: "/proxy_dms",
|
|
|
+ // dmsDataProxy: "/proxy_dms",
|
|
|
+ dmsDataProxy: "http://121.43.55.7:10081/dms/",
|
|
|
// 引擎基础js
|
|
|
scriptMain: "/static/plugins/skyscenery/SkyScenery.js",
|
|
|
- GEOSERVER_URL_WMS: "http://121.43.55.7:8889/geoserver/kdyjs/wms",
|
|
|
- GEOSERVER_URL_WFS: "http://121.43.55.7:8889/geoserver/kdyjs/wfs",
|
|
|
- TDT_URL: "https://{s}.tianditu.gov.cn/",
|
|
|
+ // GEOSERVER_URL_WMS: "http://121.43.55.7:8889/geoserver/kdyjs/wms",
|
|
|
+ // GEOSERVER_URL_WFS: "http://121.43.55.7:8889/geoserver/kdyjs/wfs",
|
|
|
+ // TDT_URL: "https://{s}.tianditu.gov.cn/",
|
|
|
/* 以下为各模块定义各自全局变量的位置,包括 example 示例 */
|
|
|
example: {
|
|
|
scriptArr: [
|