constData.plugins.js 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. // 首页九宫格
  2. let homeRouter = [
  3. {
  4. imgUrl: "/static/icons/index/APP-xunjian.svg",
  5. badge: 0,
  6. name: "巡检",
  7. redirectUrl: "/pages/business/zhaf/xunJian/xunJian",
  8. },
  9. // {
  10. // imgUrl: "/static/images/square/square-xf.png",
  11. // badge: 0,
  12. // name: "未开发",
  13. // redirectUrl: "",
  14. // },
  15. ];
  16. // 首页报警数据
  17. let staticData = {
  18. msg: "\u64cd\u4f5c\u6210\u529f",
  19. flag: true,
  20. companyCode: "1,2,3,4,5,6,7,8,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39",
  21. data: [
  22. {
  23. statisticalPeriod: "2021-03-16~2021-04-16",
  24. smartElectricityCount: "178",
  25. videoMonitoringCount: "12456",
  26. alarmCount: 12627,
  27. eventCount: 2,
  28. hiddenDangerCount: 4,
  29. offlineCount: 20,
  30. faultCount: 30,
  31. earlyWarningCount: 100,
  32. otherCount: 99,
  33. normalCount: 66,
  34. integratedAlarmCount: 12627,
  35. unprocessedCount: 0,
  36. },
  37. ],
  38. };
  39. // 巡检模块
  40. let xunJianList = [
  41. {
  42. id: 1,
  43. title: "巡检任务",
  44. num: "0",
  45. imgUrl: "/static/images/xunjian/xunJian-icon1.png",
  46. redirectUrl: "/pages/business/zhaf/xunJian/plan/index",
  47. },
  48. {
  49. id: 2,
  50. title: "巡检记录",
  51. num: "0",
  52. imgUrl: "/static/images/xunjian/xunJian-icon2.png",
  53. redirectUrl: "/pages/business/zhaf/xunJian/plan/index",
  54. },
  55. {
  56. id: 3,
  57. title: "巡检采集",
  58. num: "0",
  59. imgUrl: "/static/images/xunjian/xunJian-icon3.png",
  60. redirectUrl: "/pages/business/zhaf/xunJian/collect/index",
  61. },
  62. ];
  63. // 首页底部导航栏
  64. let homeTabbar = [
  65. {
  66. pagePath: "/pages/index",
  67. iconPath: "/static/images/tabBar/tab-home.png",
  68. selectedIconPath: "/static/images/tabBar/tab-home-blue.png",
  69. text: "工作台",
  70. dot: false,
  71. },
  72. // {
  73. // "pagePath": "pages/analyse/analyse",
  74. // "iconPath": "/static/images/tabBar/analyse.png",
  75. // "selectedIconPath": "/static/images/tabBar/analyse-selected.png",
  76. // "text": "分析"
  77. // },
  78. {
  79. pagePath: "/pages/info",
  80. iconPath: "/static/images/tabBar/tab-info.png",
  81. selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
  82. text: "消息",
  83. dot: false,
  84. },
  85. {
  86. pagePath: "/pages/mine",
  87. iconPath: "/static/images/tabBar/tab-my.png",
  88. selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
  89. text: "我的",
  90. dot: false,
  91. },
  92. ]
  93. // 工作报告底部导航栏
  94. let projectTabbar = [
  95. {
  96. pagePath: "/pages/business/common/projectMange/record/index",
  97. iconPath: "/static/images/tabBar/tab-home.png",
  98. selectedIconPath: "/static/images/tabBar/tab-home-blue.png",
  99. text: "报告记录",
  100. dot: false,
  101. },
  102. {
  103. pagePath: "/pages/business/common/projectMange/write/index",
  104. iconPath: "/static/images/tabBar/tab-info.png",
  105. selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
  106. text: "报告填写",
  107. dot: false,
  108. },
  109. // {
  110. // pagePath: "/pages/mine",
  111. // iconPath: "/static/images/tabBar/tab-my.png",
  112. // selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
  113. // text: "统计导出",
  114. // dot: false,
  115. // },
  116. // {
  117. // pagePath: "/pages/info",
  118. // iconPath: "/static/images/tabBar/tab-info.png",
  119. // selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
  120. // text: "模板管理",
  121. // dot: false,
  122. // },
  123. ]
  124. export default {
  125. // 主题列表
  126. themeList: [
  127. {
  128. title: '官方',
  129. name: 'rf',
  130. color: '#149eff',
  131. tabList: [
  132. '/static/images/tabBar/tab-home-blue.png',
  133. '/static/images/tabBar/tab-info-blue.png',
  134. '/static/images/tabBar/tab-my-blue.png'
  135. ]
  136. },
  137. {
  138. title: '海蓝',
  139. name: 'blue',
  140. color: '#0081ff',
  141. tabList: [
  142. '/static/images/tabBar/tab-home-blue.png',
  143. '/static/images/tabBar/tab-info-blue.png',
  144. '/static/images/tabBar/tab-my-blue.png'
  145. ]
  146. },
  147. {
  148. title: '嫣红',
  149. name: 'red',
  150. color: '#e54d42',
  151. tabList: [
  152. '/static/images/tabBar/tab-home-red.png',
  153. '/static/images/tabBar/tab-info-red.png',
  154. '/static/images/tabBar/tab-my-red.png'
  155. ]
  156. },
  157. {
  158. title: '桔橙',
  159. name: 'orange',
  160. color: '#f37b1d',
  161. tabList: [
  162. '/static/images/tabBar/tab-home-orange.png',
  163. '/static/images/tabBar/tab-info-orange.png',
  164. '/static/images/tabBar/tab-my-orange.png'
  165. ]
  166. },
  167. {
  168. title: '明黄',
  169. name: 'yellow',
  170. color: '#fbbd08',
  171. tabList: [
  172. '/static/images/tabBar/tab-home-yellow.png',
  173. '/static/images/tabBar/tab-info-yellow.png',
  174. '/static/images/tabBar/tab-my-yellow.png'
  175. ]
  176. },
  177. {
  178. title: '橄榄',
  179. name: 'olive',
  180. color: '#8dc63f',
  181. tabList: [
  182. '/static/images/tabBar/tab-home-olive.png',
  183. '/static/images/tabBar/tab-info-olive.png',
  184. '/static/images/tabBar/tab-my-olive.png'
  185. ]
  186. },
  187. {
  188. title: '森绿',
  189. name: 'green',
  190. color: '#39b54a',
  191. tabList: [
  192. '/static/images/tabBar/tab-home-green.png',
  193. '/static/images/tabBar/tab-info-green.png',
  194. '/static/images/tabBar/tab-my-green.png'
  195. ]
  196. },
  197. {
  198. title: '天青',
  199. name: 'cyan',
  200. color: '#1cbbb4',
  201. tabList: [
  202. '/static/images/tabBar/tab-home-cyan.png',
  203. '/static/images/tabBar/tab-info-cyan.png',
  204. '/static/images/tabBar/tab-my-cyan.png'
  205. ]
  206. },
  207. {
  208. title: '姹紫',
  209. name: 'purple',
  210. color: '#6739b6',
  211. tabList: [
  212. '/static/images/tabBar/tab-home-purple.png',
  213. '/static/images/tabBar/tab-info-purple.png',
  214. '/static/images/tabBar/tab-my-purple.png'
  215. ]
  216. },
  217. {
  218. title: '木槿',
  219. name: 'mauve',
  220. color: '#9c26b0',
  221. tabList: [
  222. '/static/images/tabBar/tab-home-mauve.png',
  223. '/static/images/tabBar/tab-info-mauve.png',
  224. '/static/images/tabBar/tab-my-mauve.png'
  225. ]
  226. },
  227. {
  228. title: '桃粉',
  229. name: 'pink',
  230. color: '#e03997',
  231. tabList: [
  232. '/static/images/tabBar/tab-home-pink.png',
  233. '/static/images/tabBar/tab-info-pink.png',
  234. '/static/images/tabBar/tab-my-pink.png'
  235. ]
  236. },
  237. {
  238. title: '棕褐',
  239. name: 'brown',
  240. color: '#a5673f',
  241. tabList: [
  242. '/static/images/tabBar/tab-home-brown.png',
  243. '/static/images/tabBar/tab-info-brown.png',
  244. '/static/images/tabBar/tab-my-brown.png'
  245. ]
  246. },
  247. {
  248. title: '玄灰',
  249. name: 'grey',
  250. color: '#8799a3',
  251. tabList: [
  252. '/static/images/tabBar/tab-home-grey.png',
  253. '/static/images/tabBar/tab-info-grey.png',
  254. '/static/images/tabBar/tab-my-grey.png'
  255. ]
  256. },
  257. {
  258. title: '墨黑',
  259. name: 'black',
  260. color: '#333333',
  261. tabList: [
  262. '/static/images/tabBar/tab-home-black.png',
  263. '/static/images/tabBar/tab-info-black.png',
  264. '/static/images/tabBar/tab-my-black.png'
  265. ]
  266. }
  267. ],
  268. staticData: staticData,
  269. homeRouter: homeRouter,
  270. xunJianList: xunJianList,
  271. homeTabbar: homeTabbar,
  272. projectTabbar: projectTabbar
  273. };