menu.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. export const system = [
  2. {
  3. icon: 'icon-shouye',
  4. path: '/',
  5. name: '系统首页',
  6. index: '1',
  7. },
  8. ];
  9. export const adminMenu = [
  10. {
  11. icon: 'icon-shouye',
  12. name: '平台管理',
  13. index: '2',
  14. type: '0',
  15. children: [
  16. {
  17. icon: 'icon-rencai',
  18. path: '/platmanag/goodsTags',
  19. name: '商品标签',
  20. index: '2-1',
  21. },
  22. {
  23. icon: 'icon-rencai',
  24. path: '/platmanag/goods',
  25. name: '商品管理',
  26. index: '2-2',
  27. },
  28. {
  29. icon: 'icon-rencai',
  30. path: '/platmanag/order',
  31. name: '订单管理',
  32. index: '2-3',
  33. },
  34. {
  35. icon: 'icon-rencai',
  36. path: '/platmanag/goodsRate',
  37. name: '商品评价',
  38. index: '2-4',
  39. },
  40. {
  41. icon: 'icon-rencai',
  42. path: '/platmanag/storeAcc',
  43. name: '店铺管理',
  44. index: '2-5',
  45. },
  46. {
  47. icon: 'icon-rencai',
  48. path: '/platmanag/sales',
  49. name: '售后管理',
  50. index: '2-6',
  51. },
  52. {
  53. icon: 'icon-rencai',
  54. path: '/platmanag/notice',
  55. name: '系统消息管理',
  56. index: '2-7',
  57. },
  58. ],
  59. },
  60. {
  61. icon: 'icon-shouye',
  62. name: '平台活动',
  63. index: '3',
  64. type: '0',
  65. children: [
  66. {
  67. icon: 'icon-rencai',
  68. path: '/platActivi/actTags',
  69. name: '活动标签',
  70. index: '3-1',
  71. },
  72. {
  73. icon: 'icon-rencai',
  74. path: '/platActivi/coupon',
  75. name: '优惠券管理',
  76. index: '3-2',
  77. },
  78. {
  79. icon: 'icon-rencai',
  80. path: '/platActivi/act',
  81. name: '平台活动',
  82. index: '3-3',
  83. },
  84. ],
  85. },
  86. {
  87. icon: 'icon-shouye',
  88. name: '平台财务',
  89. index: '4',
  90. type: '0',
  91. children: [
  92. {
  93. icon: 'icon-rencai',
  94. path: '/platfinance/statistics',
  95. name: '统计',
  96. index: '4-1',
  97. },
  98. {
  99. icon: 'icon-rencai',
  100. path: '/platfinance/bill',
  101. name: '账单管理',
  102. index: '4-2',
  103. },
  104. {
  105. icon: 'icon-rencai',
  106. path: '/platfinance/withdrawal',
  107. name: '提现审核',
  108. index: '4-3',
  109. },
  110. {
  111. icon: 'icon-rencai',
  112. path: '/platfinance/shopCash',
  113. name: '店铺提现审核',
  114. index: '4-3',
  115. },
  116. ],
  117. },
  118. {
  119. icon: 'icon-shouye',
  120. name: '平台设置',
  121. index: '5',
  122. type: '0',
  123. children: [
  124. {
  125. icon: 'icon-rencai',
  126. path: '/platSettings/config',
  127. name: '系统设置',
  128. index: '5-1',
  129. },
  130. {
  131. icon: 'icon-rencai',
  132. path: '/platSettings/indexModule',
  133. name: '首页图标设置',
  134. index: '5-2',
  135. },
  136. {
  137. icon: 'icon-rencai',
  138. path: '/platSettings/banner',
  139. name: '广告图',
  140. index: '5-3',
  141. },
  142. {
  143. icon: 'icon-rencai',
  144. path: '/platSettings/service',
  145. name: '客服管理',
  146. index: '5-4',
  147. },
  148. ],
  149. },
  150. {
  151. icon: 'icon-shouye',
  152. name: '自营店铺',
  153. index: '6',
  154. type: '0',
  155. children: [
  156. {
  157. icon: 'icon-rencai',
  158. path: '/selfShop/info',
  159. name: '店铺信息',
  160. index: '6-1',
  161. },
  162. {
  163. icon: 'icon-rencai',
  164. path: '/selfShop/goods',
  165. name: '商品管理',
  166. index: '6-2',
  167. },
  168. {
  169. icon: 'icon-rencai',
  170. path: '/selfShop/order',
  171. name: '订单管理',
  172. index: '6-3',
  173. },
  174. {
  175. icon: 'icon-rencai',
  176. path: '/selfShop/goodsRate',
  177. name: '商品评价',
  178. index: '6-4',
  179. },
  180. {
  181. icon: 'icon-rencai',
  182. path: '/selfShop/sales',
  183. name: '售后管理',
  184. index: '6-5',
  185. },
  186. {
  187. icon: 'icon-rencai',
  188. path: '/selfShop/bill',
  189. name: '账单管理',
  190. index: '6-6',
  191. },
  192. ],
  193. },
  194. {
  195. icon: 'icon-shouye',
  196. name: '尊荣管理',
  197. index: '7',
  198. type: '0',
  199. children: [
  200. {
  201. icon: 'icon-rencai',
  202. path: '/zr/zrGoods',
  203. name: '尊荣商品',
  204. index: '7-1',
  205. },
  206. {
  207. icon: 'icon-rencai',
  208. path: '/zr/zrOrder',
  209. name: '尊荣订单',
  210. index: '7-2',
  211. },
  212. ],
  213. },
  214. ];
  215. export const devMenu = [
  216. {
  217. icon: 'icon-shouye',
  218. name: '开发设置',
  219. index: '100',
  220. type: '0',
  221. children: [
  222. {
  223. icon: 'icon-rencai',
  224. path: '/dev/dict',
  225. name: '字典管理',
  226. index: '100-1',
  227. },
  228. {
  229. icon: 'icon-rencai',
  230. path: '/dev/menu',
  231. name: '菜单管理',
  232. index: '100-2',
  233. },
  234. {
  235. icon: 'icon-rencai',
  236. path: '/dev/role',
  237. name: '角色管理',
  238. index: '100-3',
  239. },
  240. ],
  241. },
  242. ];