添加管理员时默认添加登录用户。登录允许手机号登录
This commit is contained in:
@@ -86,6 +86,18 @@ export const constantRoutes = [
|
||||
name: 'IntelligentPickup',
|
||||
component: () => import('@/views/sales/intelligent-pickup'),
|
||||
meta: { title: '智能捡漏', icon: 'el-icon-magic-stick' }
|
||||
},
|
||||
{
|
||||
path: 'call-quality-inspection',
|
||||
name: 'CallQualityInspection',
|
||||
component: () => import('@/views/sales/call-quality-inspection'),
|
||||
meta: { title: '通话质检', icon: 'el-icon-phone' }
|
||||
},
|
||||
{
|
||||
path: 'ai-strategy',
|
||||
name: 'AiStrategy',
|
||||
component: () => import('@/views/sales/ai-strategy'),
|
||||
meta: { title: 'AI策略', icon: 'el-icon-cpu' }
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -124,12 +136,6 @@ export const constantRoutes = [
|
||||
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' }
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -165,6 +171,12 @@ export const constantRoutes = [
|
||||
name: 'CustomerManagement',
|
||||
component: () => import('@/views/customer/index'),
|
||||
meta: { title: '客户管理', icon: 'el-icon-user' }
|
||||
},
|
||||
{
|
||||
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