fix: iframe嵌入式使用模版新建丢失token

This commit is contained in:
fit2cloud-chenyw 2024-04-09 12:00:45 +08:00
parent 52e3f36689
commit 3085ce2cc4

View File

@ -172,6 +172,7 @@ import MarketPreviewV2 from '@/views/template-market/component/MarketPreviewV2.v
import { imgUrlTrans } from '@/utils/imgUtils' import { imgUrlTrans } from '@/utils/imgUtils'
import CategoryTemplateV2 from '@/views/template-market/component/CategoryTemplateV2.vue' import CategoryTemplateV2 from '@/views/template-market/component/CategoryTemplateV2.vue'
import { interactiveStoreWithOut } from '@/store/modules/interactive' import { interactiveStoreWithOut } from '@/store/modules/interactive'
import { XpackComponent } from '@/components/plugin'
const { t } = useI18n() const { t } = useI18n()
const { wsCache } = useCache() const { wsCache } = useCache()