v1.1
1、提货点 2、客服(腾讯云智服) 3、接口权限控制 4、复制第三方商品可配置 4、优化附件上传配置 5、手机端核销订单 6、手机端订单统计、订单管理 7、短信优化 8、订阅消息全自动化
This commit is contained in:
@@ -156,6 +156,30 @@ const operationRouter = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'storeService',
|
||||
component: () => import('@/views/systemSetting/storeService'),
|
||||
name: 'StoreService',
|
||||
meta: {
|
||||
title: '客服管理',
|
||||
icon: 'clipboard',
|
||||
roles: ['admin']
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'list',
|
||||
component: () => import('@/views/systemSetting/storeService/chatRoom'),
|
||||
name: 'StoreServiceList',
|
||||
meta: { title: '客服列表', noCache: true }
|
||||
},
|
||||
{
|
||||
path: 'chatRoom',
|
||||
component: () => import('@/views/systemSetting/storeService/list'),
|
||||
name: 'ChatRoom',
|
||||
meta: { title: '聊天室', noCache: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user