1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| export default [{
| groupName: '基础功能',
| list: [{
| path: '/pages/alarm_list/integral/integral',
| icon: 'cell',
| title: '查积分',
| }, {
| path: '/pages/grabOrders/grabOrders',
| icon: 'sticky',
| title: '查任务',
| }]
| },
| {
| groupName: '业务功能',
| list: [{
| path: 'pages/alarm_list/organ/organ',
| icon: 'layout',
| title: '组织申请',
| }, {
| path: 'pages/alarm_list/industry/industry',
| icon: 'tabbar',
| title: '行业政策',
| }]
| }
| ]
|
|