(function (global) { global.AppGlobalConfig = { system: { // name: '产业空间智治云', name: '地价预测', copyright: '版权所有© 2024 浙江万维空间信息技术有限公司', }, authToken: 'ZJUGIS-Authorization', tk: 'f7c3163e305d6b2a4b6a14938b1932ae', storage: { encryption: true, // 是否加密 secretKey: 'yydjydhfyhfggd' }, server: 'http://localhost:8517', // server_hgzt: 'http://121.40.148.47:8530/ilpes_st', server_hgzt: 'http://121.40.148.47:8530/ilpes_st', znxz: '/nllm/#/industria-land-detail', // znxz:'/nllm/#/land-use-page/policy-simulation', // 引入的外部页面 iframePages: { // 工业用地调查 survey: { // 调查汇总 summary: 'http://121.40.148.47:8530/survey/#/branch/public/survey/summary', // 地块调查 land: 'http://121.40.148.47:8530/survey/#/branch/public/survey/land', // 企业调查 enterprise: 'http://121.40.148.47:8530/survey/#/branch/public/survey/land', // 地企对应 relation: 'http://121.40.148.47:8530/survey/#/branch/public/survey/relation', }, // 批后监管 supervise: { summary: 'http://121.40.148.47:8530/supervise/#/phjg',//总体看板 jd: 'http://121.40.148.47:8530/supervise/#/phjg/jd', // 交地预警 wjd: 'http://121.40.148.47:8530/supervise/#/phjg/wjd', // 到期未交地 kg: 'http://121.40.148.47:8530/supervise/#/phjg/kg', // 开工预警 wkg: 'http://121.40.148.47:8530/supervise/#/phjg/wkg', // 到期未开工 jg: 'http://121.40.148.47:8530/supervise/#/phjg/jg', // 竣工预警 wjg: 'http://121.40.148.47:8530/supervise/#/phjg/wjg', // 到期未 竣工 }, //智能选址 znxzs: { znxz: 'http://60.191.110.204:8510/#/znxz' }, video: { yjzx: 'http://60.191.110.206:48004/#/noheader/monitor-warning', jgcx: 'http://60.191.110.206:48004/#/noheader/effect', dzwl: 'http://60.191.110.206:48004/#/noheader/operations/camera-config' }, zcbd: { ai: 'http://121.40.148.47:8528/#/outer/ai-search', zcbk: 'http://121.40.148.47:8528/#/outer/library', }, dkpj: { pjzb: 'http://121.40.148.47:8530/eval/#/pjzb', pjmx: 'http://121.40.148.47:8530/eval/#/pjmx', zhpj: 'http://121.40.148.47:8530/eval/#/zhpj', } }, // landUrl: '/arcserver-host/arcgis/rest/services/NRLLM/LAND_PUBLIC_SALE/MapServer', landUrl: '/arcserver-host/arcgis/rest/services/NRLLM/land_public_sale_n/MapServer', dxxzUrl: '/arcserver-host/arcgis/rest/services/NRLLM/DXXZ/MapServer', xzqUrl: '/arcserver-host/arcgis/rest/services/NRLLM/ZJXZQ/MapServer', zzUrl: '/arcserver-host/arcgis/rest/services/NRLLM/JZDJ_ZZ/MapServer', gyUrl: '/arcserver-host/arcgis/rest/services/NRLLM/JZDJ_GY/MapServer', syUrl: '/arcserver-host/arcgis/rest/services/NRLLM/JZDJ_SY/MapServer', xzqGeoserverUrl: 'cyzz:xzq', owsUrl:'https://zdzy.zrzyt.zj.gov.cn/geoserver/cyzz/ows', owsLandUrl:'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/ows', owsJzdjUrl: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/cyzz/ows', geoField:"wkb_geometry", landGeoField: "shape", jzdjGeoField: "geom", priceField: 'je', jzdjUrl: "cyzz:land_public_sale", zzGeoserverUrl: 'cyzz:jzdj_zz', gyGeoserverUrl: 'cyzz:jzdj_gy', syGeoserverUrl: 'cyzz:jzdj_sy', landGeoserverUrl:'sde:gdxminfo_all', layerTreeConfig: [ { name: '现状图层', layers: [ { name: "影像图", id: "image", checked: true, type: 'tdt', }, { name: "地形图", id: "dxt", checked: false, type: 'tdt', }, { name: "土地供应", id: "TDGY", checked: true, // type: 'dynamic', // url: '/arcserver-host/arcgis/rest/services/NRLLM/LAND_PUBLIC_SALE/MapServer' type: 'wms', url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/sde/wms?service=WMS', layername: 'sde:gdxminfo_all', cql:"xzqdm like '%33%'" }, { name: "基准地价", id: "JZDJ", checked: true, // type: 'dynamic', // url: '/arcserver-host/arcgis/rest/services/NRLLM/LAND_PUBLIC_SALE/MapServer' type: 'wms', url: 'https://zdzy.zrzyt.zj.gov.cn/geoserver/cyzz/wms?service=WMS', layername: 'cyzz:land_public_sale', cql:"1=1" } ] }, ], }; })(window)