CRM提交更新
This commit is contained in:
@@ -162,6 +162,21 @@ export const constantRoutes = [
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/customer',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'detail/:customerId(\\d+)',
|
||||
component: () => import('@/views/oa/customer/customer/detail'),
|
||||
name: 'detail',
|
||||
meta: { title: '客户详情' ,activeMenu: '/customer' }
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/claim',
|
||||
component: Layout,
|
||||
@@ -181,6 +196,8 @@ export const constantRoutes = [
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user