menu.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "homeInfo": {
  3. "title": "首页",
  4. "href": "/Home/FrontPage"
  5. },
  6. "logoInfo": {
  7. "title": "青岛卷烟厂电气控制平台",
  8. "image": "/images/logo.png",
  9. "href": ""
  10. },
  11. "menuInfo": [
  12. {
  13. "title": "青岛卷烟厂电气控制平台",
  14. "icon": "fa fa-robot",
  15. "href": "",
  16. "target": "_self",
  17. "child": [
  18. {
  19. "title": "3K回潮加料单机",
  20. "href": "http://100.10.10.163:9011/Index",
  21. "icon": "fa fa-home",
  22. "target": "_self"
  23. },
  24. {
  25. "title": "5K线",
  26. "href": "http://100.10.10.163:9021/Index",
  27. "icon": "fa fa-tachometer",
  28. "target": "_self"
  29. },
  30. {
  31. "title": "真空线",
  32. "href": "http://100.10.10.163:9031/Index",
  33. "icon": "fa fa-tachometer",
  34. "target": "_self"
  35. },
  36. {
  37. "title": "9K回潮加料",
  38. "href": "http://100.10.10.163:9041/Index",
  39. "icon": "fa fa-calendar",
  40. "target": "_self"
  41. },
  42. {
  43. "title": "白肋烟",
  44. "href": "http://100.10.10.163:9051/Index",
  45. "icon": "fa fa-navicon",
  46. "target": "_self"
  47. }
  48. ]
  49. }
  50. ]
  51. }