refactor: 更换图片组路由组件,防止部分情况无法直接打开新建数据集页面情况 (#16722)

This commit is contained in:
王嘉豪
2025-08-14 16:21:04 +08:00
committed by GitHub
parent 7ccc99778f
commit bccbcbd319

View File

@@ -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()