limit.js 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. var navList = [
  2. {
  3. "id": 1,
  4. "title": "首页",
  5. "icon": "",
  6. "url": "map",
  7. "children": []
  8. },
  9. {
  10. "id": 2,
  11. "title": "设备分配",
  12. "icon": "",
  13. "url": "equipallot",
  14. "disabled": "true",
  15. "children": []
  16. },
  17. {
  18. "id": 3,
  19. "title": "信息发布",
  20. "icon": "",
  21. "url": "",
  22. "children": [
  23. {
  24. "id": 3.1,
  25. "title": "新闻资讯",
  26. "url": "news_pub",
  27. },
  28. {
  29. "id": 3.2,
  30. "title": "视频资讯",
  31. "url": "video_pub",
  32. },
  33. {
  34. "id": 3.2,
  35. "title": "产品展厅",
  36. "url": "equip_pub",
  37. },
  38. {
  39. "id": 3.3,
  40. "title": "四季采摘",
  41. "url": "garden_pub",
  42. },
  43. {
  44. "id": 3.4,
  45. "title": "民宿导览",
  46. "url": "dorm_pub",
  47. },
  48. {
  49. "id": 3.5,
  50. "title": "旅游景点",
  51. "url": "sightsee_pub",
  52. },
  53. ]
  54. },
  55. {
  56. "id": 4,
  57. "title": "我的发布",
  58. "icon": "",
  59. "url": "my_pub",
  60. "children": []
  61. },
  62. {
  63. "id": 5,
  64. "title": "视频监控",
  65. "icon": "",
  66. "url": "jkview",
  67. "children": []
  68. },
  69. {
  70. "id": 6,
  71. "title": "传感及控制",
  72. "icon": "",
  73. "url": "",
  74. "children": [
  75. {
  76. "id": 6.1,
  77. "title": "控制模块",
  78. "url": "qxzcontrol",
  79. },
  80. {
  81. "id": 6.2,
  82. "title": "趋势分析",
  83. "url": "qxzchart",
  84. },
  85. {
  86. "id": 6.3,
  87. "title": "数据统计",
  88. "url": "qxz_status",
  89. }
  90. ]
  91. },
  92. {
  93. "id": 7,
  94. "title": "预警中心",
  95. "icon": "",
  96. "url": "",
  97. "children": [
  98. {
  99. "id": 7.1,
  100. "title": "阈值设置",
  101. "url": "qxz_warning_view",
  102. },
  103. {
  104. "id": 7.2,
  105. "title": "生产方式设置",
  106. "url": "productionset",
  107. },
  108. {
  109. "id": 7.3,
  110. "title": "预警记录",
  111. "url": "qxz_warning_list",
  112. },
  113. ]
  114. },
  115. {
  116. "id": 8,
  117. "title": "开心农场",
  118. "icon": "",
  119. "url": "",
  120. "children": [
  121. {
  122. "id": 8.1,
  123. "title": "我的农场",
  124. "url": "person_farm_edit",
  125. },
  126. {
  127. "id": 8.2,
  128. "title": "农场管理",
  129. "url": "garden_manage_view",
  130. },
  131. // {
  132. // "id": 8.3,
  133. // "title": "人员管理",
  134. // "url": "garden_user_view",
  135. // },
  136. {
  137. "id": 8.4,
  138. "title": "库存管理",
  139. "url": "repertory_view", //物料管理
  140. },
  141. {
  142. "id": 8.5,
  143. "title": "种植管理",
  144. "url": "cropcount",
  145. },
  146. {
  147. "id": 8.6,
  148. "title": "入库管理",
  149. "url": "pick",
  150. },
  151. {
  152. "id": 8.7,
  153. "title": "销售管理",
  154. "url": "sell_view",
  155. }
  156. ]
  157. },
  158. {
  159. "id": 9,
  160. "title": "数据中心",
  161. "icon": "",
  162. "url": "",
  163. "children": [
  164. {
  165. "id": 9.1,
  166. "title": "产业数据",
  167. "url": "industrydata",
  168. },
  169. {
  170. "id": 9.2,
  171. "title": "类型分析",
  172. "url": "type",
  173. },
  174. {
  175. "id": 9.3,
  176. "title": "对比分析",
  177. "url": "contrast",
  178. },
  179. ]
  180. },
  181. {
  182. "id": 10,
  183. "title": "通知公告",
  184. "icon": "",
  185. "url": "",
  186. "disabled": "true",
  187. "children": [
  188. {
  189. "id": 10.1,
  190. "title": "发布公告",
  191. "url": "policy_pub",
  192. "disabled": "true",
  193. },
  194. {
  195. "id": 10.2,
  196. "title": "查看公告",
  197. "url": "policy_list_view",
  198. "disabled": "true",
  199. },
  200. ]
  201. },
  202. {
  203. "id": 11,
  204. "title": "信息审核",
  205. "icon": "",
  206. "url": "",
  207. "disabled": "true",
  208. "children": [
  209. {
  210. "id": 11.1,
  211. "title": "新闻资讯",
  212. "url": "news_check",
  213. "disabled": "true",
  214. },
  215. {
  216. "id": 11.2,
  217. "title": "视频资讯",
  218. "url": "video_check",
  219. "disabled": "true",
  220. },
  221. {
  222. "id": 11.3,
  223. "title": "产品展厅",
  224. "url": "equip_check",
  225. "disabled": "true",
  226. },
  227. {
  228. "id": 11.4,
  229. "title": "四季采摘",
  230. "url": "garden_check",
  231. "disabled": "true",
  232. },
  233. {
  234. "id": 11.5,
  235. "title": "民宿导览",
  236. "url": "dorm_check",
  237. "disabled": "true",
  238. },
  239. {
  240. "id": 11.6,
  241. "title": "旅游景点",
  242. "url": "sightsee_check",
  243. "disabled": "true",
  244. },
  245. {
  246. "id": 11.7,
  247. "title": "个人农场",
  248. "url": "farm_check",
  249. "disabled": "true",
  250. },
  251. ]
  252. },
  253. {
  254. "id": 12,
  255. "title": "权限",
  256. "icon": "",
  257. "url": "limit_view",
  258. "disabled": "true",
  259. "children": []
  260. },
  261. {
  262. "id": 13,
  263. "title": "系统设置",
  264. "icon": "",
  265. "url": "",
  266. "disabled": "true",
  267. "children": [
  268. {
  269. "id": 13.1,
  270. "title": "用户管理",
  271. "url": "person_view",
  272. "disabled": "true",
  273. },
  274. {
  275. "id": 13.2,
  276. "title": "地图设置",
  277. "url": "setMap",
  278. "disabled": "true",
  279. },
  280. {
  281. "id": 13.3,
  282. "title": "合作伙伴",
  283. "url": "add_relation",
  284. "disabled": "true",
  285. },
  286. {
  287. "id": 13.4,
  288. "title": "首页图片",
  289. "url": "system_photo",
  290. "disabled": "true",
  291. }
  292. ]
  293. },
  294. {
  295. "id": 14,
  296. "title": "专家诊断",
  297. "icon": "",
  298. "url": "",
  299. "disabled": "true",
  300. "children": [
  301. {
  302. "id": 14.1,
  303. "title": "在线专家",
  304. "url": "expert",
  305. "disabled": "true",
  306. },
  307. // {
  308. // "id": 14.2,
  309. // "title": "知识库",
  310. // "url": "learn_depot",
  311. // "disabled": "true",
  312. // }
  313. ]
  314. },
  315. ]