menu.js 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. export const fwjg = [
  2. {
  3. icon: 'iconyonghu',
  4. index: '2',
  5. title: '用户管理',
  6. subs: [
  7. {
  8. icon: 'el-icon-s-home',
  9. index: '/adminCenter/organization',
  10. title: '企业管理',
  11. },
  12. {
  13. icon: 'el-icon-s-home',
  14. index: '/adminCenter/mechanism',
  15. title: '机构管理',
  16. },
  17. {
  18. icon: 'el-icon-s-home',
  19. index: '/adminCenter/expert',
  20. title: '专家管理',
  21. },
  22. ],
  23. },
  24. {
  25. icon: 'iconchaoshi1',
  26. index: '3',
  27. title: '技术超市管理',
  28. subs: [
  29. {
  30. icon: 'el-icon-s-home',
  31. index: '/adminCenter/product?type=1',
  32. title: '技术成果',
  33. },
  34. {
  35. icon: 'el-icon-s-home',
  36. index: '/adminCenter/patent',
  37. title: 'e专利',
  38. },
  39. {
  40. icon: 'el-icon-s-home',
  41. index: '/adminCenter/product?type=2',
  42. title: '商务服务',
  43. },
  44. ],
  45. },
  46. {
  47. icon: 'iconxinwenzixun',
  48. index: '/adminCenter/news',
  49. title: '新闻资讯管理',
  50. },
  51. {
  52. icon: 'iconpeixun',
  53. index: '4',
  54. title: '宣传培训管理',
  55. subs: [
  56. {
  57. icon: 'el-icon-s-home',
  58. index: '/adminCenter/online',
  59. title: '线上培训',
  60. },
  61. {
  62. icon: 'el-icon-s-home',
  63. index: '/adminCenter/openinfo',
  64. title: '信息公开',
  65. },
  66. ],
  67. },
  68. {
  69. icon: 'iconzhengce1',
  70. index: '5',
  71. title: '创新券管理',
  72. subs: [
  73. {
  74. icon: 'el-icon-s-home',
  75. index: '/adminCenter/coupons',
  76. title: '创新券管理',
  77. },
  78. {
  79. icon: 'el-icon-s-home',
  80. index: '/adminCenter/coupons/apply',
  81. title: '创新券申领管理',
  82. },
  83. ],
  84. },
  85. {
  86. icon: 'iconzhengce1',
  87. index: '7',
  88. title: '政策服务',
  89. subs: [
  90. {
  91. icon: 'el-icon-s-home',
  92. index: '/adminCenter/declare',
  93. title: '高企申报确认',
  94. },
  95. ],
  96. },
  97. {
  98. icon: 'iconzhengce1',
  99. index: '6',
  100. title: '兑付管理',
  101. subs: [
  102. {
  103. icon: 'el-icon-s-home',
  104. index: '/adminCenter/cashing/coupons',
  105. title: '创新券兑付管理',
  106. },
  107. ],
  108. },
  109. // {
  110. // icon: 'iconzhengce1',
  111. // index: '6',
  112. // title: '订单管理',
  113. // subs: [
  114. // {
  115. // icon: 'el-icon-s-home',
  116. // index: '/adminCenter/order/list',
  117. // title: '服务订单',
  118. // },
  119. // ],
  120. // },
  121. // {
  122. // icon: 'iconzhengce1',
  123. // index: '7',
  124. // title: '高企申报管理',
  125. // subs: [
  126. // {
  127. // icon: 'el-icon-s-home',
  128. // index: '/adminCenter/ticket?status=0',
  129. // title: '企业信息审查中',
  130. // },
  131. // {
  132. // icon: 'el-icon-s-home',
  133. // index: '/adminCenter/ticket?status=-1',
  134. // title: '企业信息审查失败',
  135. // },
  136. // {
  137. // icon: 'el-icon-s-home',
  138. // index: '/adminCenter/ticket?status=1',
  139. // title: '合同待上传',
  140. // },
  141. // {
  142. // icon: 'el-icon-s-home',
  143. // index: '/adminCenter/ticket?status=2',
  144. // title: '高企申报成功',
  145. // },
  146. // ],
  147. // },
  148. ];
  149. export const qy = [
  150. {
  151. icon: 'iconjibenxinxi',
  152. index: '/adminCenter/company/basic',
  153. title: '企业基本信息',
  154. },
  155. {
  156. icon: 'iconchaoshi1',
  157. index: '/adminCenter/company/product',
  158. title: '信息发布',
  159. },
  160. {
  161. icon: 'iconzhengce1',
  162. index: '3',
  163. title: '创新券管理',
  164. subs: [
  165. {
  166. icon: 'iconzhengce1',
  167. index: '/adminCenter/company/coupons',
  168. title: '创新券申领',
  169. },
  170. {
  171. icon: 'iconzhengce1',
  172. index: '/adminCenter/company/coupons/couponsResult',
  173. title: '创新券申领结果',
  174. },
  175. ],
  176. },
  177. {
  178. icon: 'iconzhengce1',
  179. index: '7',
  180. title: '政策服务',
  181. subs: [
  182. {
  183. icon: 'el-icon-s-home',
  184. index: '/adminCenter/company/declare',
  185. title: '高企申报',
  186. },
  187. ],
  188. },
  189. {
  190. icon: 'iconzhengce1',
  191. index: '8',
  192. title: '兑付管理',
  193. subs: [
  194. {
  195. icon: 'el-icon-s-home',
  196. index: '/adminCenter/company/cashing/coupons',
  197. title: '创新券兑付',
  198. },
  199. {
  200. icon: 'el-icon-s-home',
  201. index: '/adminCenter/company/cashing/couponsResult',
  202. title: '创新券兑付结果',
  203. },
  204. ],
  205. },
  206. ];
  207. export const zjjg = [
  208. {
  209. icon: 'iconjibenxinxi',
  210. index: '/adminCenter/inter/basic',
  211. title: '机构基本信息',
  212. },
  213. {
  214. icon: 'iconzhengce1',
  215. index: '2',
  216. title: '政策服务',
  217. subs: [
  218. {
  219. icon: 'el-icon-s-home',
  220. index: '/adminCenter/inter/declare?status=0',
  221. title: '企业信息待审中',
  222. },
  223. {
  224. icon: 'el-icon-s-home',
  225. index: '/adminCenter/inter/declare?status=1',
  226. title: '合同上传',
  227. },
  228. ],
  229. },
  230. ];
  231. export const zj = [
  232. {
  233. icon: 'iconjibenxinxi',
  234. index: '/adminCenter/experts/basic',
  235. title: '专家基本信息',
  236. },
  237. {
  238. icon: 'iconchaoshi1',
  239. index: '/adminCenter/experts/product',
  240. title: '信息发布',
  241. },
  242. ];