From 9987ad2cc22cbe6630e58a7814da98d8bab2b30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:42:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=A6=96=E6=AC=A1=E7=82=B9=E5=87=BB=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98=20(#1733?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 7670a47b72..c5e97dbb87 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -82,9 +82,7 @@ const { } = storeToRefs(dvMainStore) const dvModel = 'dashboard' const MultiplexingCanvasShow = ref(false) -const MultiplexingCanvas = defineAsyncComponent( - () => import('@/views/common/MultiplexingCanvas.vue') -) +import MultiplexingCanvas from '@/views/common/MultiplexingCanvas.vue' import OuterParamsSet from '@/components/visualization/OuterParamsSet.vue' import UserViewGroup from '@/custom-component/component-group/UserViewGroup.vue'