header.js 804 Bytes
Newer Older
Z's avatar
Z committed
1 2 3 4 5 6 7 8 9 10 11 12 13
// 菜单 顶栏
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: '新建示例' }
  //   ]
  // },
14 15 16 17 18
  // {
  //   path: '/home/main',
  //   title: '首页',
  //   icon: ''
  // },
Z's avatar
Z committed
19 20
  {
    path: '/in/contact',
xd's avatar
xd committed
21
    title: '通讯录管理',
Z's avatar
Z committed
22
    icon: ''
xd's avatar
xd committed
23 24 25 26 27 28
  }
  // {
  //   path: '/active/mode',
  //   title: '活动模版管理',
  //   icon: ''
  // },
29
  /* {
30
    path: '/task/main',
Z's avatar
Z committed
31 32
    title: '任务管理',
    icon: ''
33
  }, */
xd's avatar
xd committed
34 35 36 37 38
  // {
  //   path: '/goods/main',
  //   title: '活动商品',
  //   icon: ''
  // }
Z's avatar
Z committed
39
]