【新增】客服会话所属会员足迹展示组件

This commit is contained in:
puhui999
2024-07-17 16:43:20 +08:00
parent 14cb120519
commit f0ba8ff0af
6 changed files with 130 additions and 7 deletions

View File

@ -1,4 +1,5 @@
import KeFuConversationList from './KeFuConversationList.vue'
import KeFuMessageList from './KeFuMessageList.vue'
import MemberBrowsingHistory from './history/MemberBrowsingHistory.vue'
export { KeFuConversationList, KeFuMessageList }
export { KeFuConversationList, KeFuMessageList, MemberBrowsingHistory }