From bccbcbd31908d566805743433b71c978dc9d5178 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: Thu, 14 Aug 2025 16:21:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=8D=A2=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=BB=84=E8=B7=AF=E7=94=B1=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=9B=B4=E6=8E=A5=E6=89=93=E5=BC=80=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86=E9=A1=B5=E9=9D=A2=E6=83=85=E5=86=B5?= =?UTF-8?q?=20(#16722)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../picture-group/PictureGroupDatasetSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue b/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue index c49f57cc66..1de3c600a3 100644 --- a/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue +++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupDatasetSelect.vue @@ -10,7 +10,7 @@ import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain' import { useI18n } from '@/hooks/web/useI18n' import { useEmbedded } from '@/store/modules/embedded' import { useAppStoreWithOut } from '@/store/modules/app' -import { useRouter } from 'vue-router' +import { useRouter } from 'vue-router_2' import { useCache } from '@/hooks/web/useCache' import { XpackComponent } from '@/components/plugin' const snapshotStore = snapshotStoreWithOut()