header.js 766 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 21 22 23 24 25 26 27 28 29
  {
    path: '/in/contact',
    title: '进件管理',
    icon: ''
  },
  {
    path: '/active/mode',
    title: '活动模版管理',
    icon: ''
  },
  {
30
    path: '/task/main',
Z's avatar
Z committed
31 32 33 34 35 36 37 38 39
    title: '任务管理',
    icon: ''
  },
  {
    path: '/goods/main',
    title: '活动商品',
    icon: ''
  }
]