7
0

config.js 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. var webConfig = {
  2. systemName: "开店一件事",
  3. AUTH_USER_TOKEN_KEY: "SKY_OAUTH_USER_TOKEN",
  4. LOGIN_FAIL_CODE: [206, 207, 208, 212], // loginFailCodes
  5. sysCode: "05d2134e-4c5e-48ae-8efc-9aceb6506f61", // client_id
  6. secret: "musCxzdSUNx6msYfzMdoHbGm", // client_secret
  7. // oauth 服务ID
  8. serviceId: '0',
  9. SCRIPT_OAUTH_URL: 'http://121.43.55.7:10086',
  10. OAUTH_URL: '/proxy_auth/oauth',
  11. DMS_URL: "/proxy_dms/dms",
  12. GEOSERVER_URL_WMS: "http://121.43.55.7:8889/geoserver/kdyjs/wms",
  13. GEOSERVER_URL_WFS: "http://121.43.55.7:8889/geoserver/kdyjs/wfs",
  14. PROXY_URL: "/proxy_proxy",
  15. KDYJS_URL: "/proxy_kdyjs",
  16. TDT_URL: "https://{s}.tianditu.gov.cn/",
  17. ZWDT_PROXY_URL: "/proxy_zwdt",
  18. modelArr: [
  19. "http://121.43.55.7:65456/xyjd/jz/tileset.json",
  20. "http://121.43.55.7:65456/xyjd/dm/tileset.json"
  21. ],
  22. zxqUrl: "https://demo.heijingai.com/policy-interpretation/#/?mode=agent_store",
  23. allowText: {
  24. cy: "该地址可以开设产生餐饮服务!",
  25. hlw: "该地址可以开设互联网上网服务营业场所!",
  26. ylcs: "该地址可以开设娱乐场所!",
  27. yc: "该地址可以开设烟草制品零售点!",
  28. zy: "该地址可以开设从事金属切割、石材和木材加工等易产生噪声污染的商业经营活动!",
  29. },
  30. JZText: {
  31. cy: "该地址开设产生油烟、异味、废气的餐饮服务,可能涉及相关环境管控要求",
  32. hlw: "该地址禁止开设互联网上网服务营业场所!",
  33. ylcs: "该地址禁止开设娱乐场所!",
  34. yc: "该地址禁止开设烟草制品零售点!",
  35. zy: "该地址禁止开设从事金属切割、石材和木材加工等易产生噪声污染的商业经营活动!",
  36. },
  37. userFeedback: {
  38. /** hu lian wang */
  39. columnId: 1601,
  40. modelId: 1546,
  41. name: "c_name",
  42. tele: "c_tele",
  43. desc: "c_describe",
  44. /** zheng wu wang */
  45. // columnId: 2372,
  46. // modelId: 1725,
  47. // name: "c_name",
  48. // tele: "c_tele",
  49. // desc: "c_describe",
  50. },
  51. layerList: [
  52. {
  53. // name: "院落面",
  54. name: "居民小区",
  55. layers: "kdyjs:CourtyardFace"
  56. },
  57. // {
  58. // name: "院落面质心",
  59. // layers: "kdyjs:CourtyardFace_centroid"
  60. // },
  61. {
  62. name: "机关单位",
  63. layers: "kdyjs:GovernmentUnit"
  64. },
  65. // {
  66. // name: "机关单位-缓冲区",
  67. // layers: "kdyjs:GovernmentUnit_buffer"
  68. // },
  69. // {
  70. // name: "科研单位",
  71. // layers: "kdyjs:ScientificResearch"
  72. // },
  73. // {
  74. // name: "科研单位-缓冲区",
  75. // layers: "kdyjs:ScientificResearch_buffer"
  76. // },
  77. {
  78. name: "医院",
  79. layers: "kdyjs:medical"
  80. },
  81. // {
  82. // name: "医疗-缓冲区",
  83. // layers: "kdyjs:medical_buffer"
  84. // },
  85. {
  86. name: "公园",
  87. layers: "kdyjs:park"
  88. },
  89. // {
  90. // name: "公园-质心",
  91. // layers: "kdyjs:park_centroid"
  92. // },
  93. {
  94. name: "学校",
  95. layers: "kdyjs:school"
  96. },
  97. {
  98. name: "博物馆",
  99. layers: "kdyjs:museum"
  100. },
  101. {
  102. name: "图书馆",
  103. layers: "kdyjs:library"
  104. },
  105. // {
  106. // name: "学校-缓冲区",
  107. // layers: "kdyjs:school_buffer"
  108. // },
  109. // {
  110. // name: "文保建筑",
  111. // layers: "kdyjs:BunpArchitecture"
  112. // },
  113. // {
  114. // name: "文保建筑-缓冲区",
  115. // layers: "kdyjs:BunpArchitecture_buffer"
  116. // },
  117. // {
  118. // name: "公交站",
  119. // layers: "kdyjs:BusStop"
  120. // },
  121. // {
  122. // name: "公交站-缓冲区",
  123. // layers: "kdyjs:BusStop_buffer"
  124. // },
  125. // {
  126. // name: "商务写字楼",
  127. // layers: "kdyjs:BusinessOfficeBuilding"
  128. // },
  129. // {
  130. // name: "地铁站",
  131. // layers: "kdyjs:subwayStation"
  132. // },
  133. // {
  134. // name: "地铁站-缓冲区",
  135. // layers: "kdyjs:subwayStation_buffer"
  136. // },
  137. {
  138. name: "机场车站",
  139. layers: "kdyjs:AirportStation"
  140. },
  141. ],
  142. heatmapList: [
  143. // 沿街店铺-餐饮业
  144. // 沿街店铺-居民服务业
  145. // 沿街店铺-零售业
  146. // 沿街店铺-体育业
  147. // 沿街店铺-卫生
  148. // 沿街店铺-娱乐业
  149. // 沿街店铺-住宿业
  150. {
  151. name: "餐饮行业热力图",
  152. type: "heatmap",
  153. url: "./static/data/heatMapData/沿街店铺-餐饮业.geojson"
  154. },
  155. {
  156. name: "居民服务行业热力图",
  157. type: "heatmap",
  158. url: "./static/data/heatMapData/沿街店铺-居民服务业.geojson"
  159. },
  160. {
  161. name: "零售行业热力图",
  162. type: "heatmap",
  163. url: "./static/data/heatMapData/沿街店铺-零售业.geojson"
  164. },
  165. {
  166. name: "体育行业热力图",
  167. type: "heatmap",
  168. url: "./static/data/heatMapData/沿街店铺-体育业.geojson"
  169. },
  170. {
  171. name: "卫生行业热力图",
  172. type: "heatmap",
  173. url: "./static/data/heatMapData/沿街店铺-卫生.geojson"
  174. },
  175. {
  176. name: "娱乐行业热力图",
  177. type: "heatmap",
  178. url: "./static/data/heatMapData/沿街店铺-娱乐业.geojson"
  179. },
  180. {
  181. name: "住宿行业热力图",
  182. type: "heatmap",
  183. url: "./static/data/heatMapData/沿街店铺-住宿业.geojson"
  184. }
  185. ]
  186. }
  187. var scriptObj = {
  188. main: "./static/plugins/skyscenery/SkyScenery.js",
  189. plugins: [
  190. "./static/plugins/skyscenery/plugins/CGCS2000ArcGisMapServerImageryProvider.js",
  191. "./static/plugins/skyscenery/plugins/analysis/measureDistance.js",
  192. ]
  193. }