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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// 菜单 顶栏
export default [
// { path: '/index', title: '首页', icon: 'home' },
// {
// title: '页面',
// icon: 'folder-o',
// children: [
// { path: '/page1', title: '页面 1' },
// { path: '/page2', title: '页面 2' },
// { path: '/page3', title: '页面 3' },
// { path: '/page-demo', title: '新建示例' }
// ]
// },
// {
// path: '/home/main',
// title: '首页',
// icon: ''
// },
{
path: '/in/contact',
title: '进件管理',
icon: ''
},
{
path: '/active/mode',
title: '活动模版管理',
icon: ''
},
{
path: '/task/main',
title: '任务管理',
icon: ''
},
{
path: '/goods/main',
title: '活动商品',
icon: ''
}
]