config.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. module.exports= {
  2. iconList: [
  3. {
  4. icon: 'notice',
  5. link: 'noticeList',
  6. name: '查看通知'
  7. },
  8. {
  9. icon: 'add',
  10. link: 'addNotice',
  11. name: '新增通知'
  12. }, {
  13. icon: 'rank',
  14. link: 'scorePublish',
  15. name: '发布成绩'
  16. }, {
  17. icon: 'we',
  18. link: 'passApplyItem',
  19. name: '准备用物'
  20. },{
  21. icon: 'friendadd',
  22. link: 'newBaby',
  23. name: '添加人员'
  24. },
  25. {
  26. icon: 'edit',
  27. link: 'editClass',
  28. name: '编辑班级'
  29. }, {
  30. icon: 'camera',
  31. link: 'addImg',
  32. name: '上传图片'
  33. }, {
  34. icon: 'qrcode',
  35. link: 'showQrcode',
  36. name: '二维码'
  37. }, {
  38. icon: 'album',
  39. link: 'album',
  40. name: '班级相册'
  41. }, {
  42. icon: 'pic',
  43. link: 'verify',
  44. name: '审核图片'
  45. },
  46. {
  47. icon: 'upstage',
  48. link: 'myScore',
  49. name: '我的成绩'
  50. },
  51. {
  52. icon: 'sort',
  53. link: 'imgHistory',
  54. name: '上传历史'
  55. },
  56. {
  57. icon: 'message',
  58. link: 'message',
  59. name: '咨询问答'
  60. }, {
  61. icon: 'share',
  62. link: 'share',
  63. name: '资料共享'
  64. }
  65. ],
  66. iconUserList :[
  67. {
  68. icon: 'noticefill',
  69. link: 'noticeList',
  70. name: '查看通知'
  71. }, {
  72. icon: 'rank',
  73. link: 'myScore',
  74. name: '我的成绩'
  75. }, {
  76. icon: 'album',
  77. link: 'album',
  78. name: '相册'
  79. },{
  80. icon: 'wefill',
  81. link: 'applyItem',
  82. name: '用物申请'
  83. },
  84. {
  85. icon: 'album',
  86. link: 'album',
  87. name: '相册'
  88. }, {
  89. icon: 'share',
  90. link: 'share',
  91. name: '资料共享'
  92. }, {
  93. icon: 'message',
  94. link: 'message',
  95. name: '咨询'
  96. },
  97. ]
  98. }