完善客户画像,品牌分析
This commit is contained in:
@@ -120,12 +120,30 @@ export const constantRoutes = [
|
||||
{
|
||||
path: '/dealership',
|
||||
component: Layout,
|
||||
redirect: '/dealership/index',
|
||||
name: 'Dealership',
|
||||
meta: {
|
||||
title: '门店管理',
|
||||
icon: 'el-icon-s-shop'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'Dealership',
|
||||
name: 'DealershipIndex',
|
||||
component: () => import('@/views/dealership/index'),
|
||||
meta: { title: '门店管理', icon: 'el-icon-s-shop' }
|
||||
},
|
||||
{
|
||||
path: 'brand-analysis',
|
||||
name: 'BrandAnalysis',
|
||||
component: () => import('@/views/dealership/brand-analysis'),
|
||||
meta: { title: '品牌分析', icon: 'el-icon-data-analysis' }
|
||||
},
|
||||
{
|
||||
path: 'customer-profile',
|
||||
name: 'CustomerProfile',
|
||||
component: () => import('@/views/dealership/customer-profile'),
|
||||
meta: { title: '客户画像', icon: 'el-icon-user-solid' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user