开发: 添加表情匹配, 添加客群中心页面,修复弹框关闭

This commit is contained in:
zhengw
2023-04-20 17:38:19 +08:00
parent 21c1790dc4
commit 2156976a8c
19 changed files with 1135 additions and 123 deletions

View File

@@ -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',
},
],
},
{