diff --git a/yudao-admin-vue3/index.html b/yudao-admin-vue3/index.html index 8cfcbef..fd7ffbd 100644 --- a/yudao-admin-vue3/index.html +++ b/yudao-admin-vue3/index.html @@ -136,7 +136,7 @@
系统客服:点击联系客服使用系统的自带客服;拨打电话:点击联系客服拨打客服电话;跳转链接:跳转外部链接联系客服
@@ -75,6 +79,8 @@ - - diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue index 5ea5f26..b9440e1 100644 --- a/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue +++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/decorate3.vue @@ -4,17 +4,17 @@ :show-tab-bar="selectedTemplateItem === 0" :show-navigation-bar="selectedTemplateItem !== 0" :preview-url="previewUrl" @save="submitForm" @reset="handleEditorReset"> - + + + + + + + + + + + @@ -172,4 +172,4 @@ // console.log(newPath,'newPathnewPath'); // // handleTemplateItemChange() // }, { immediate: true }); - \ No newline at end of file + diff --git a/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuConversationList.vue b/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuConversationList.vue index 9344666..153f8db 100644 --- a/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuConversationList.vue +++ b/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuConversationList.vue @@ -89,8 +89,8 @@ const activeConversationId = ref(-1) // 选中的会话 const collapse = computed(() => appStore.getCollapse) // 折叠菜单 /** 加载会话列表 */ -const getConversationList = async () => { - const list = await KeFuConversationApi.getConversationListByKefuId(getStaffToken()) +const getConversationList = async (name: string) => { + const list = await KeFuConversationApi.getConversationListByKefuId(getStaffToken(),name) list.sort((a: KeFuConversationRespVO, _) => (a.adminPinned ? -1 : 1)) conversationList.value = list } diff --git a/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuMessageList.vue b/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuMessageList.vue index c3f6877..7e70072 100644 --- a/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuMessageList.vue +++ b/yudao-admin-vue3/src/views/mall/promotion/kefu/components/KeFuMessageList.vue @@ -113,7 +113,7 @@