init.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "homeInfo": {
  3. "title": "首页",
  4. "href": "page/welcome.html?t=1"
  5. },
  6. "logoInfo": {
  7. "title": "易点",
  8. "image": "images/logo.png",
  9. "href": ""
  10. },
  11. "menuInfo": [{
  12. "title": "店铺中心",
  13. "icon": "fa fa-address-book",
  14. "href": "",
  15. "target": "_self",
  16. "child": [{
  17. "title": "主页",
  18. "href": "page/welcome.html?t=1",
  19. "icon": "fa fa-home",
  20. "target": "_self"
  21. },
  22. {
  23. "title": "订单中心",
  24. "href": "",
  25. "icon": "fa fa-window-maximize",
  26. "target": "_self",
  27. "child": [{
  28. "title": "进行中订单",
  29. "href": "page/order-undone-list.html",
  30. "icon": "fa fa-file-text",
  31. "target": "_self"
  32. },
  33. {
  34. "title": "所有订单",
  35. "href": "page/order-all-list.html",
  36. "icon": "fa fa-pencil",
  37. "target": "_self"
  38. }
  39. ]
  40. },
  41. {
  42. "title": "商品管理",
  43. "href": "",
  44. "icon": "fa fa-gears",
  45. "target": "_self",
  46. "child": [{
  47. "title": "商品信息",
  48. "href": "page/goods_table.html",
  49. "icon": "fa fa-file-text",
  50. "target": "_self"
  51. },
  52. {
  53. "title": "商品类型",
  54. "href": "page/goods-type.html",
  55. "icon": "fa fa-pencil",
  56. "target": "_self"
  57. },
  58. {
  59. "title": "商品规格",
  60. "href": "page/goods-option.html",
  61. "icon": "fa fa-asterisk",
  62. "target": "_self"
  63. }
  64. ]
  65. },
  66. {
  67. "title": "优惠中心",
  68. "href": "page/coupon-list.html",
  69. "icon": "fa fa-calendar",
  70. "target": "_self"
  71. },
  72. {
  73. "title": "评价中心",
  74. "href": "page/comment-list.html",
  75. "icon": "fa fa-comments",
  76. "target": "_self"
  77. },
  78. {
  79. "title": "账单报表",
  80. "href": "page/bill-list.html",
  81. "icon": "fa fa-bar-chart",
  82. "target": "_self"
  83. },
  84. {
  85. "title": "店铺设置",
  86. "href": "page/user-setting.html",
  87. "icon": "fa fa-snowflake-o",
  88. "target": ""
  89. }
  90. ]
  91. },
  92. {
  93. "title": "设置中心",
  94. "icon": "fa fa-lemon-o",
  95. "href": "",
  96. "target": "_self",
  97. "child": [{
  98. "title": "商家信息",
  99. "href": "page/user-setting.html",
  100. "icon": "fa fa-dot-circle-o",
  101. "target": "_self"
  102. }]
  103. }
  104. ]
  105. }