销售管理和项目管理的代码框架开发
This commit is contained in:
@@ -90,6 +90,32 @@ export const constantRoutes = [
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/sales',
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'Sales',
|
||||
component: () => import('@/views/sales/index'),
|
||||
meta: { title: '销售管理', icon: 'el-icon-s-custom' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/project',
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'Project',
|
||||
component: () => import('@/views/project/index'),
|
||||
meta: { title: '项目管理', icon: 'el-icon-s-cooperation' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/nested',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user