音频管理管理功能调整, 音频模型调整
This commit is contained in:
@@ -150,10 +150,19 @@ export const constantRoutes = [
|
||||
{
|
||||
path: '/customer',
|
||||
component: Layout,
|
||||
redirect: '/customer/management',
|
||||
name: 'CustomerRoot',
|
||||
meta: { title: '客户管理', icon: 'el-icon-user' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'Customer',
|
||||
path: 'communication',
|
||||
name: 'CustomerCommunication',
|
||||
component: () => import('@/views/customer/communication'),
|
||||
meta: { title: '客户沟通', icon: 'el-icon-chat-dot-round' }
|
||||
},
|
||||
{
|
||||
path: 'management',
|
||||
name: 'CustomerManagement',
|
||||
component: () => import('@/views/customer/index'),
|
||||
meta: { title: '客户管理', icon: 'el-icon-user' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user