开发: 添加表情匹配, 添加客群中心页面,修复弹框关闭
This commit is contained in:
@@ -40,7 +40,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/scrm/custom',
|
||||
name: '客户管理',
|
||||
name: '客群管理',
|
||||
routes: [
|
||||
{
|
||||
path: '/scrm/custom',
|
||||
@@ -53,11 +53,17 @@ export default [
|
||||
component: './Workbench',
|
||||
},
|
||||
{
|
||||
name: '客户列表',
|
||||
name: '客户中心',
|
||||
icon: 'table',
|
||||
path: '/scrm/custom/list',
|
||||
component: './CustomList',
|
||||
},
|
||||
{
|
||||
name: '客群中心',
|
||||
icon: 'table',
|
||||
path: '/scrm/custom/grouplist',
|
||||
component: './GroupList',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user