app_config.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. {
  2. "websocketUrl": "ws://47.114.189.154:60003",
  3. "serviceUrl": "http://192.168.1.187:82",
  4. "LoginAuthUrl": "/#/auth",
  5. "ammeter_yunpaiImgUrl": "",
  6. "loginPageRole": "ai",
  7. "deviceBasicCount": 0,
  8. "indexDeviceStyle": "default",
  9. "platformName": "智慧云",
  10. "showOfficialSiteLink": false,
  11. "loginWord": {
  12. "default": "智能信息平台"
  13. },
  14. "serviceType": {
  15. "basic": "/total",
  16. "zuul": "/zuul",
  17. "cover": "/cover",
  18. "parking": "/parking",
  19. "screen": "/screen",
  20. "streetLight": "/streetLight",
  21. "lightbox": "/lightbox",
  22. "individual": "/individual",
  23. "firehydrant": "/firehydrant",
  24. "engineering": "/engineering",
  25. "safeElectricity": "/safeElectricity"
  26. },
  27. "screenRoutes": [],
  28. "noBread": [
  29. "/main/index",
  30. "/main/index2",
  31. "/main/firehydrantIndex",
  32. "/main/screen",
  33. "/main/message/index",
  34. "/main/parkingIndex",
  35. "/main/video/index",
  36. "/main/device/tools/signalSurvey",
  37. "/main/screen/list",
  38. "/main/chart/report/list",
  39. "/main/scenesUnity/index",
  40. "/main/report/device/index",
  41. "/main/deviceIndex1/index",
  42. "/main/deviceIndex2/index",
  43. "/main/firehydrantVideo/home",
  44. "/main/deviceModule"
  45. ],
  46. "deviceState_copy": {
  47. "normal": {
  48. "label": "正常",
  49. "value": "normal",
  50. "color": "#0FC65C"
  51. },
  52. "alarm": {
  53. "label": "告警",
  54. "value": "alarm",
  55. "color": "#DC3131"
  56. },
  57. "lost": {
  58. "label": "失联",
  59. "value": "lost",
  60. "color": "#0FC65C"
  61. },
  62. "offline": {
  63. "label": "离线",
  64. "value": "offline",
  65. "color": "#0FC65C"
  66. },
  67. "other": {
  68. "label": "其他",
  69. "value": "other",
  70. "color": "#0FC65C"
  71. }
  72. },
  73. "fenceColor":{
  74. "1": "red",
  75. "2": "yellow",
  76. "3": "green",
  77. "4": "blue"
  78. },
  79. "signalSurveyState": [
  80. {
  81. "label": "极好",
  82. "value": "veryGood",
  83. "color": "#33D352"
  84. },
  85. {
  86. "label": "好",
  87. "value": "good",
  88. "color": "#2096F3"
  89. },
  90. {
  91. "label": "中",
  92. "value": "normal",
  93. "color": "#FF7500"
  94. },
  95. {
  96. "label": "差",
  97. "value": "bad",
  98. "color": "#F3452D"
  99. }
  100. ],
  101. "collectState": [
  102. {
  103. "label": "正常",
  104. "value": "normal",
  105. "iconFormat": ".png",
  106. "color": "#0fc65c"
  107. },
  108. {
  109. "label": "告警",
  110. "value": "alarm",
  111. "iconFormat": ".gif",
  112. "color": "#dc3131"
  113. }
  114. ],
  115. "netState":[
  116. {
  117. "label": "在线",
  118. "value": "online",
  119. "iconFormat": ".png",
  120. "color": "#0fc65c"
  121. },
  122. {
  123. "label": "离线",
  124. "value": "offline",
  125. "iconFormat": ".png",
  126. "color": "#9f9f9f"
  127. },
  128. {
  129. "label": "失联",
  130. "value": "lost",
  131. "iconFormat": ".png",
  132. "color": "#fe4e09"
  133. },
  134. {
  135. "label": "其他",
  136. "value": "other",
  137. "iconFormat": ".png",
  138. "color": "#05affc"
  139. }
  140. ],
  141. "signalColor": [
  142. {
  143. "label": "差",
  144. "color": "#ff492f"
  145. },
  146. {
  147. "label": "中",
  148. "color": "#7da6db"
  149. },
  150. {
  151. "label": "良",
  152. "color": "#edd155"
  153. },
  154. {
  155. "label": "优",
  156. "color": "#42d83e"
  157. }
  158. ],
  159. "alarmReasonList": {
  160. "press": "#f77478",
  161. "fence_out": "#f7784c",
  162. "fence_in": "#f7784c",
  163. "low_bat": "#ffd200"
  164. },
  165. "alarmGrade": [
  166. {
  167. "label": "告警总数",
  168. "value": "total",
  169. "index": "0",
  170. "color":"#32c5d2"
  171. },
  172. {
  173. "label": "一级告警",
  174. "value": "criticalAlarm",
  175. "index": "1",
  176. "color":"#f77478"
  177. },
  178. {
  179. "label": "二级告警",
  180. "value": "majorAlarm",
  181. "index": "2",
  182. "color":"#f7784c"
  183. },
  184. {
  185. "label": "三级告警",
  186. "value": "minorAlarm",
  187. "index": "3",
  188. "color":"#ffab66"
  189. },
  190. {
  191. "label": "四级告警",
  192. "value": "warning",
  193. "index": "4",
  194. "color":"#ffd200"
  195. }
  196. ],
  197. "alarmGrade_copy": {
  198. "total": "告警总数",
  199. "criticalAlarm": "严重告警",
  200. "majorAlarm": "重要告警",
  201. "minorAlarm": "轻度告警",
  202. "warning": "警告",
  203. "investigate": "提示"
  204. },
  205. "colors": [
  206. "#08ba87",
  207. "#3090ea",
  208. "#ffa70d",
  209. "#da2e36",
  210. "#fb5813",
  211. "#7960df",
  212. "#eb5477"
  213. ],
  214. "erweima_app": {
  215. "ios": "https://itunes.apple.com/cn/app/id1364836838?mt=8&at=1001lvCH&ct=safari_app",
  216. "android": "https://www.pgyer.com/gUjq",
  217. "hasLabel": true
  218. },
  219. "icons": {
  220. "signal": [
  221. {
  222. "iconName": "icon-meiyouxinhao",
  223. "color": "#f77479"
  224. },
  225. {
  226. "iconName": "icon-xinhaohencha",
  227. "color": "#f77479"
  228. },
  229. {
  230. "iconName": "icon-xinhaocha",
  231. "color": "#f77479"
  232. },
  233. {
  234. "iconName": "icon-xinhaoyiban",
  235. "color": "#2c9eff"
  236. },
  237. {
  238. "iconName": "icon-xinhaolianghao",
  239. "color": "#14c595"
  240. },
  241. {
  242. "iconName": "icon-xinhaowanmei",
  243. "color": "#14c595"
  244. }
  245. ],
  246. "waterLevelChange": [
  247. {
  248. "iconName": "icon-up",
  249. "color": "#53A543"
  250. },
  251. {
  252. "iconName": "icon-normal",
  253. "color": "#04affc"
  254. },
  255. {
  256. "iconName": "icon-down",
  257. "color": "#f9a106"
  258. }
  259. ]
  260. }
  261. }