site.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. // 网站基本设置
  2. export const siteInfo = {
  3. display: false,
  4. zhTitle: '食堂管理平台',
  5. logo_url: '/src/assets/logo.png'
  6. };
  7. // 菜单设置
  8. export const menuInfo = {
  9. info: {
  10. display: false,
  11. mode: 'horizontal',
  12. backColor: '#242f42',
  13. textColor: '#ffffff'
  14. },
  15. menuList: [
  16. // {
  17. // _id: '65a479b4969adc42d8feea73',
  18. // name: '首页',
  19. // order_num: 1,
  20. // path: '/homeIndex',
  21. // component: '/home/index',
  22. // type: '1',
  23. // is_use: '0',
  24. // for_platform: '0'
  25. // },
  26. // {
  27. // _id: '65a479b4969adc42d8feea71',
  28. // name: '系统设置',
  29. // order_num: 2,
  30. // type: '0',
  31. // is_use: '0',
  32. // for_platform: '0',
  33. // children: [
  34. // {
  35. // _id: '65a479b4969adc42d8feea75',
  36. // name: '菜单设置',
  37. // parent_id: '65a479b4969adc42d8feea71',
  38. // order_num: 1,
  39. // path: '/system/menus',
  40. // component: '/system/menus/index',
  41. // type: '1',
  42. // is_use: '0',
  43. // for_platform: '0',
  44. // parent_name: '系统设置'
  45. // },
  46. // {
  47. // _id: '65a479b4969adc42d8feea76',
  48. // name: '角色管理',
  49. // parent_id: '65a479b4969adc42d8feea71',
  50. // order_num: 2,
  51. // path: '/system/role',
  52. // component: '/system/role/index',
  53. // type: '1',
  54. // is_use: '0',
  55. // for_platform: '0',
  56. // parent_name: '系统设置'
  57. // },
  58. // {
  59. // _id: '65a479b4969adc42d8feea77',
  60. // name: '字典管理',
  61. // parent_id: '65a479b4969adc42d8feea71',
  62. // order_num: 3,
  63. // path: '/system/dict',
  64. // component: '/system/dict/index',
  65. // type: '1',
  66. // is_use: '0',
  67. // for_platform: '0',
  68. // parent_name: '系统设置'
  69. // },
  70. // {
  71. // _id: '65a479b4969adc42d8feea78',
  72. // name: '字典数据',
  73. // parent_id: '65a479b4969adc42d8feea71',
  74. // order_num: 4,
  75. // path: '/system/dictData',
  76. // component: '/system/dictData/index',
  77. // type: '2',
  78. // is_use: '0',
  79. // for_platform: '0',
  80. // parent_name: '系统设置'
  81. // }
  82. // ]
  83. // },
  84. // {
  85. // _id: '65a479b4969adc42d8feea72',
  86. // name: '用户管理',
  87. // order_num: 3,
  88. // type: '0',
  89. // is_use: '0',
  90. // for_platform: '0',
  91. // children: [
  92. // {
  93. // _id: '65a479b4969adc42d8feea7a',
  94. // name: '管理员用户',
  95. // parent_id: '65a479b4969adc42d8feea72',
  96. // order_num: 1,
  97. // path: '/user/admin',
  98. // component: '/user/admin/index',
  99. // type: '1',
  100. // is_use: '0',
  101. // for_platform: '0',
  102. // parent_name: '用户管理'
  103. // },
  104. // {
  105. // _id: '65a479b4969adc42d8feea7b',
  106. // name: '平台用户',
  107. // parent_id: '65a479b4969adc42d8feea72',
  108. // order_num: 2,
  109. // path: '/user/user',
  110. // component: '/user/user/index',
  111. // type: '1',
  112. // is_use: '0',
  113. // for_platform: '0',
  114. // parent_name: '用户管理'
  115. // }
  116. // ]
  117. // },
  118. // {
  119. // _id: '65a479b4969adc42d8feea7e',
  120. // name: '菜品管理',
  121. // order_num: 5,
  122. // path: '/menu',
  123. // component: '/menu/index',
  124. // type: '1',
  125. // is_use: '0',
  126. // for_platform: '0'
  127. // },
  128. // {
  129. // _id: '65a479b4969adc42d8feea7e',
  130. // name: '安排管理',
  131. // order_num: 6,
  132. // path: '/arrange',
  133. // component: '/arrange/index',
  134. // type: '1',
  135. // is_use: '0',
  136. // for_platform: '0'
  137. // },
  138. // {
  139. // _id: '65a479b4969adc42d8feea7f',
  140. // name: '订单管理',
  141. // order_num: 7,
  142. // path: '/order',
  143. // component: '/order/index',
  144. // type: '1',
  145. // is_use: '0',
  146. // for_platform: '0'
  147. // },
  148. // {
  149. // _id: '65a479b4969adc42d8feea80',
  150. // name: '新闻管理',
  151. // order_num: 8,
  152. // path: '/news',
  153. // component: '/news/index',
  154. // type: '1',
  155. // is_use: '0',
  156. // for_platform: '0'
  157. // },
  158. // {
  159. // _id: '65a479b4969adc42d8feea7c',
  160. // name: '修改密码',
  161. // order_num: 999,
  162. // path: '/acccount/updatepd',
  163. // component: '/acccount/updatepd/index',
  164. // type: '1',
  165. // is_use: '0',
  166. // for_platform: '0'
  167. // }
  168. ]
  169. };