site.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. // 网站基本设置
  2. export const siteInfo = {
  3. display: false,
  4. zhTitle: '新一代信息技术孵化平台',
  5. logo_url: `${import.meta.env.VITE_BASE_URL}/src/assets/logo-jilinbai.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: '65b7633cf546132d55d63958',
  18. name: 'dashboard',
  19. order_num: 1,
  20. path: '/',
  21. component: '/home/index',
  22. type: '1',
  23. is_use: '0'
  24. },
  25. {
  26. id: '65b7633cf546132d55d63956',
  27. name: 'system',
  28. order_num: 2,
  29. type: '0',
  30. is_use: '0',
  31. children: [
  32. {
  33. id: '65b7633cf546132d55d6395a',
  34. name: 'menus',
  35. parent_id: '65b7633cf546132d55d63956',
  36. order_num: 1,
  37. path: '/system/menus',
  38. component: '/system/menus/index',
  39. type: '1',
  40. is_use: '0',
  41. parent_name: 'system'
  42. },
  43. {
  44. id: '65b7633cf546132d55d6395b',
  45. name: 'role',
  46. parent_id: '65b7633cf546132d55d63956',
  47. order_num: 2,
  48. path: '/system/role',
  49. component: '/system/role/index',
  50. type: '1',
  51. is_use: '0',
  52. parent_name: 'system'
  53. },
  54. {
  55. id: '65b7633cf546132d55d6395c',
  56. name: 'dict',
  57. parent_id: '65b7633cf546132d55d63956',
  58. order_num: 3,
  59. path: '/system/dict',
  60. component: '/system/dict/index',
  61. type: '1',
  62. is_use: '0',
  63. parent_name: 'system'
  64. },
  65. {
  66. id: '65b7633cf546132d55d6395d',
  67. name: 'dictData',
  68. parent_id: '65b7633cf546132d55d63956',
  69. order_num: 4,
  70. path: '/system/dictData',
  71. component: '/system/dictData/index',
  72. type: '2',
  73. is_use: '0',
  74. parent_name: 'system'
  75. },
  76. {
  77. id: '65b7633cf546132d55d6395e',
  78. name: 'config',
  79. parent_id: '65b7633cf546132d55d63956',
  80. order_num: 5,
  81. path: '/system/config',
  82. component: '/system/config/index',
  83. type: '1',
  84. is_use: '0',
  85. parent_name: 'system'
  86. },
  87. {
  88. id: '65b88ca947ad35b235c046a9',
  89. name: 'module',
  90. parent_id: '65b7633cf546132d55d63956',
  91. order_num: 6,
  92. path: '/system/module',
  93. component: '/system/module/index',
  94. type: '1',
  95. is_use: '0',
  96. parent_name: 'system'
  97. }
  98. ]
  99. },
  100. {
  101. id: '65b7633cf546132d55d63957',
  102. name: '用户管理',
  103. order_num: 3,
  104. type: '0',
  105. is_use: '0',
  106. children: [
  107. {
  108. id: '65b7633cf546132d55d63960',
  109. name: '管理员用户',
  110. parent_id: '65b7633cf546132d55d63957',
  111. order_num: 1,
  112. path: '/user/admin',
  113. component: '/user/admin/index',
  114. type: '1',
  115. is_use: '0',
  116. parent_name: '用户管理'
  117. },
  118. {
  119. id: '65b7633cf546132d55d63961',
  120. name: '平台用户',
  121. parent_id: '65b7633cf546132d55d63957',
  122. order_num: 2,
  123. path: '/user/user',
  124. component: '/user/user/index',
  125. type: '1',
  126. is_use: '0',
  127. parent_name: '用户管理'
  128. }
  129. ]
  130. },
  131. {
  132. id: '65b7633cf546132d55d63963',
  133. name: '公证员管理',
  134. order_num: 5,
  135. path: '/personnel',
  136. component: '/personnel/index',
  137. type: '1',
  138. is_use: '0'
  139. },
  140. {
  141. id: '65b7633cf546132d55d63964',
  142. name: '申办流程管理',
  143. order_num: 6,
  144. path: '/path',
  145. component: '/path/index',
  146. type: '1',
  147. is_use: '0'
  148. },
  149. {
  150. id: '65b7633cf546132d55d63965',
  151. name: '业务管理',
  152. order_num: 7,
  153. path: '/business',
  154. component: '/business/index',
  155. type: '1',
  156. is_use: '0'
  157. },
  158. {
  159. id: '65b7633cf546132d55d63966',
  160. name: '申请记录管理',
  161. order_num: 8,
  162. path: '/apply',
  163. component: '/apply/index',
  164. type: '1',
  165. is_use: '0'
  166. },
  167. {
  168. id: '65b7633cf546132d55d63962',
  169. name: '修改密码',
  170. order_num: 999,
  171. path: '/acccount/updatepd',
  172. component: '/acccount/updatepd/index',
  173. type: '1',
  174. is_use: '0'
  175. }
  176. ]
  177. }