From c429eccd71f1a2e30398bd3ce2667c337115d28f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 28 Nov 2024 13:46:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(xpack):=20xpack=20UI=E5=BA=93=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/plugin/src/index.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/core/core-frontend/src/components/plugin/src/index.vue b/core/core-frontend/src/components/plugin/src/index.vue index 069bd72da3..5b56d5a364 100644 --- a/core/core-frontend/src/components/plugin/src/index.vue +++ b/core/core-frontend/src/components/plugin/src/index.vue @@ -3,6 +3,7 @@ import noLic from './nolic.vue' import { ref, useAttrs, onMounted } from 'vue' import { execute, randomKey, formatArray } from './convert' import { load, loadDistributed, xpackModelApi } from '@/api/plugin' +import configGlobal from '@/components/config-global/src/ConfigGlobal.vue' import { useCache } from '@/hooks/web/useCache' import { i18n } from '@/plugins/vue-i18n' import * as Vue from 'vue' @@ -152,13 +153,13 @@ onMounted(async () => { - -