feat: 新增渠道身份菜单、会话成员/标签展示、修复群聊成员 person_type 及重复同步问题
This commit is contained in:
@@ -4,6 +4,7 @@ import Dashboard from '../views/Dashboard.vue'
|
||||
import ChannelSubject from '../views/ChannelSubject.vue'
|
||||
import ChannelApp from '../views/ChannelApp.vue'
|
||||
import ChannelAccount from '../views/ChannelAccount.vue'
|
||||
import ChannelIdentity from '../views/ChannelIdentity.vue'
|
||||
import Person from '../views/Person.vue'
|
||||
import Conversation from '../views/Conversation.vue'
|
||||
import Tag from '../views/Tag.vue'
|
||||
@@ -30,6 +31,7 @@ const routes = [
|
||||
{ path: 'channel/subject', component: ChannelSubject, meta: { title: '渠道主体' } },
|
||||
{ path: 'channel/app', component: ChannelApp, meta: { title: '渠道应用' } },
|
||||
{ path: 'channel/account', component: ChannelAccount, meta: { title: '渠道账号' } },
|
||||
{ path: 'channel/identity', component: ChannelIdentity, meta: { title: '渠道身份' } },
|
||||
{ path: 'customer/person', component: Person, meta: { title: '联系人' } },
|
||||
{ path: 'customer/group', component: Conversation, meta: { title: '群聊' } },
|
||||
{ path: 'customer/tag', component: Tag, meta: { title: '标签体系' } },
|
||||
|
||||
Reference in New Issue
Block a user