123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- module.exports= {
- iconList: [
- {
- icon: 'notice',
- link: 'noticeList',
- name: '查看通知'
- },
- {
- icon: 'add',
- link: 'addNotice',
- name: '新增通知'
- }, {
- icon: 'rank',
- link: 'scorePublish',
- name: '发布成绩'
- }, {
- icon: 'we',
- link: 'passApplyItem',
- name: '准备用物'
- },{
- icon: 'friendadd',
- link: 'newBaby',
- name: '添加人员'
- },
- {
- icon: 'edit',
- link: 'editClass',
- name: '编辑班级'
- }, {
- icon: 'camera',
- link: 'addImg',
- name: '上传图片'
- }, {
- icon: 'qrcode',
- link: 'showQrcode',
- name: '二维码'
- }, {
- icon: 'album',
- link: 'album',
- name: '班级相册'
- }, {
- icon: 'pic',
- link: 'verify',
- name: '审核图片'
- },
- {
- icon: 'upstage',
- link: 'myScore',
- name: '我的成绩'
- },
- {
- icon: 'sort',
- link: 'imgHistory',
- name: '上传历史'
- },
- {
- icon: 'message',
- link: 'message',
- name: '咨询问答'
- }, {
- icon: 'share',
- link: 'share',
- name: '资料共享'
- }
- ],
- iconUserList :[
- {
- icon: 'noticefill',
- link: 'noticeList',
- name: '查看通知'
- }, {
- icon: 'rank',
- link: 'myScore',
- name: '我的成绩'
- }, {
- icon: 'album',
- link: 'album',
- name: '相册'
- },{
- icon: 'wefill',
- link: 'applyItem',
- name: '用物申请'
- },
- {
- icon: 'album',
- link: 'album',
- name: '相册'
- }, {
- icon: 'share',
- link: 'share',
- name: '资料共享'
- }, {
- icon: 'message',
- link: 'message',
- name: '咨询'
- },
- ]
- }
|