diff --git a/src/api/mall/promotion/kefu/conversation/index.ts b/src/api/mall/promotion/kefu/conversation/index.ts index 2dbf3316..1b8d5389 100644 --- a/src/api/mall/promotion/kefu/conversation/index.ts +++ b/src/api/mall/promotion/kefu/conversation/index.ts @@ -30,6 +30,6 @@ export const KeFuConversationApi = { }, // 删除客服会话 deleteConversation: async (id: number) => { - return await request.get({ url: '/promotion/kefu-conversation/delete?id' + id }) + return await request.delete({ url: `/promotion/kefu-conversation/delete?id=${id}`}) } } diff --git a/src/assets/svgs/audit1.svg b/src/assets/svgs/audit1.svg new file mode 100644 index 00000000..5908c13b --- /dev/null +++ b/src/assets/svgs/audit1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/svgs/audit2.svg b/src/assets/svgs/audit2.svg new file mode 100644 index 00000000..06aa09d6 --- /dev/null +++ b/src/assets/svgs/audit2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/svgs/audit3.svg b/src/assets/svgs/audit3.svg new file mode 100644 index 00000000..21fd5f60 --- /dev/null +++ b/src/assets/svgs/audit3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/svgs/send.svg b/src/assets/svgs/send.svg new file mode 100644 index 00000000..6fbc9843 --- /dev/null +++ b/src/assets/svgs/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/DiyEditor/components/ComponentContainer.vue b/src/components/DiyEditor/components/ComponentContainer.vue index 0137278a..48567224 100644 --- a/src/components/DiyEditor/components/ComponentContainer.vue +++ b/src/components/DiyEditor/components/ComponentContainer.vue @@ -165,6 +165,7 @@ $toolbar-position: -55px; width: 80px; height: 25px; font-size: 12px; + color: #6a6a6a; line-height: 25px; text-align: center; background: #fff; diff --git a/src/components/Draggable/index.vue b/src/components/Draggable/index.vue index 21759465..3d7906b9 100644 --- a/src/components/Draggable/index.vue +++ b/src/components/Draggable/index.vue @@ -13,9 +13,9 @@ class="mb-4px flex flex-col gap-4px border border-gray-2 border-rounded rounded border-solid p-8px" > -
+
- + (null) const init = () => { - height.value = document.documentElement.clientHeight - 94.5 + 'px' - loading.value = false + nextTick(() => { + loading.value = true + if (!frameRef.value) return + frameRef.value.onload = () => { + loading.value = false + } + }) } onMounted(() => { - setTimeout(() => { - init() - }, 300) + init() }) +watch( + () => props.src, + () => { + init() + } +) diff --git a/src/layout/components/Footer/src/Footer.vue b/src/layout/components/Footer/src/Footer.vue index 3eede386..62302fca 100644 --- a/src/layout/components/Footer/src/Footer.vue +++ b/src/layout/components/Footer/src/Footer.vue @@ -17,7 +17,7 @@ const title = computed(() => appStore.getTitle) + + + diff --git a/src/views/infra/druid/index.vue b/src/views/infra/druid/index.vue index bc047d76..2ac99d23 100644 --- a/src/views/infra/druid/index.vue +++ b/src/views/infra/druid/index.vue @@ -2,8 +2,8 @@ - - + +