From aa37021a68f8cb8a52b2473d87e62765fa4464f1 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 28 Dec 2024 19:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E5=85=AC=E4=BC=97=E5=8F=B7=EF=BC=9A=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=97=B6=EF=BC=8CaccountId=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mp/draft/components/NewsForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mp/draft/components/NewsForm.vue b/src/views/mp/draft/components/NewsForm.vue index 9b1e4745..afdcc4ba 100644 --- a/src/views/mp/draft/components/NewsForm.vue +++ b/src/views/mp/draft/components/NewsForm.vue @@ -144,7 +144,7 @@ const accountId = inject('accountId') // ========== 文件上传 ========== const UPLOAD_URL = import.meta.env.VITE_BASE_URL + '/admin-api/mp/material/upload-permanent' // 上传永久素材的地址 -const editorConfig = createEditorConfig(UPLOAD_URL, accountId) +const editorConfig = createEditorConfig(UPLOAD_URL, unref(accountId)) // v-model=newsList const emit = defineEmits<{