完善客户管理
This commit is contained in:
@@ -49,7 +49,23 @@ export const constantRoutes = [
|
||||
}
|
||||
}]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/customerInformation',
|
||||
component: Layout,
|
||||
redirect: '/customerInformation',
|
||||
meta: {
|
||||
title: '客户信息管理'
|
||||
},
|
||||
children: [{
|
||||
path: '/customerInformation/customerInformation',
|
||||
component: () => import('@/views/customerManagement/customerInformation/customerInformation'),
|
||||
name: 'CustomerInformation',
|
||||
meta: {
|
||||
title: '客户信息管理',
|
||||
noCache: true
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/salesOrder',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user