From ede65da0b640336d45a1ca100494a3e7fd458b16 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 27 Nov 2025 11:56:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(X-Pack):=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/plugin/src/index.vue | 2 +- de-xpack | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index 63110d9c1c..1b3b9b085c 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -141,7 +141,7 @@ onMounted(async () => { if (!window.tinymce) { window.tinymce = tinymce } - loadDistributed().then(async res => { + loadDistributed()?.then(async res => { new Function(res.data)() useEmitt().emitter.emit('load-xpack') }) diff --git a/de-xpack b/de-xpack index 596f26836b..e0132981a1 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 596f26836bb259a86968b9aad440ab11686e1900 +Subproject commit e0132981a18e2efb717c33f7fe4caa29f0010ed3