From 918f62958e8987b97bbeef324f82131b3a236ae0 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Wed, 3 Jun 2026 14:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/otherEdit/newsEdit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/otherEdit/newsEdit.vue b/src/views/otherEdit/newsEdit.vue index b174d58..5f720f1 100644 --- a/src/views/otherEdit/newsEdit.vue +++ b/src/views/otherEdit/newsEdit.vue @@ -77,7 +77,8 @@ export default { } }) .then(result => { - const url = result.data.data.url; + // const url = result.data.data.url; + const url = result.data.url; Editor.insertEmbed(cursorLocation, "image", url); resetUploader(); })