mx-menus-index-config.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. export default {
  2. indexIndexMenus: [{
  3. name: '题库',
  4. path: '/pages/topic-center/index/index',
  5. icon: '/static/home/library@2x.png',
  6. iconMode: 'heightFix',
  7. satisfyStoreGetters: ['!isK9Sensitive'],
  8. useSvg: false
  9. }, {
  10. name: '志愿填报',
  11. path: '/pages/ie/portal',
  12. icon: '/static/home/form@2x.png',
  13. useSvg: false
  14. }, {
  15. name: '自我测评',
  16. path: '/pages/test-center/index/index',
  17. icon: '/static/home/test@2x.png',
  18. useSvg: false
  19. }, {
  20. name: '资讯',
  21. path: '/pages/news/index/index',
  22. icon: '/static/home/news@2x.png',
  23. satisfyStoreGetters: ['!isCultural'],
  24. useSvg: false
  25. }, {
  26. name: '查位次',
  27. path: '/pages/career/query-segment/query-segment',
  28. icon: '/static/home/news@2x.png',
  29. satisfyStoreGetters: ['isCultural'],
  30. useSvg: false
  31. }, {
  32. name: '视频',
  33. path: '/pages/video-center/index/index',
  34. icon: '/static/home/video@2x.png',
  35. iconMode: 'heightFix',
  36. satisfyStoreGetters: ['!isK9Sensitive'],
  37. useSvg: false
  38. }, {
  39. name: '院校库',
  40. path: '/pages/college-library/index/index',
  41. icon: '/static/home/college@2x.png',
  42. useSvg: false
  43. }, {
  44. name: '专业库',
  45. path: '/pages/major-library/index/index',
  46. icon: '/static/home/major@2x.png',
  47. useSvg: false
  48. }, {
  49. name: '职业库',
  50. path: '/pages/vocation-library/index/index',
  51. icon: '/static/home/vocation@2x.png',
  52. useSvg: false
  53. }]
  54. }