【新增】:mall 客服选择并发送图片信息

This commit is contained in:
puhui999
2024-07-04 15:28:34 +08:00
parent b0b62eb250
commit e45cade877
8 changed files with 132 additions and 11 deletions

View File

@ -1,5 +1,5 @@
import KeFuConversationBox from './KeFuConversationBox.vue'
import KeFuChatBox from './KeFuChatBox.vue'
import * as Constants from './constants'
import * as Constants from './tools/constants'
export { KeFuConversationBox, KeFuChatBox, Constants }