修复预览界面

This commit is contained in:
aixianling
2022-09-06 15:19:28 +08:00
parent 1d6f9d4928
commit afeb2ffbec

View File

@@ -6,7 +6,7 @@
v-if="config.length || config.theme === '1'" v-if="config.length || config.theme === '1'"
:src="config.theme === '1' ? 'https://cdn.cunwuyun.cn/dvcp/dv/img/dj-bg.png' : config.backgroundImage[0].url"> :src="config.theme === '1' ? 'https://cdn.cunwuyun.cn/dvcp/dv/img/dj-bg.png' : config.backgroundImage[0].url">
</ai-dv-background> </ai-dv-background>
<app-gigscreen-viewer :urlPrefix="urlPrefix" :instance="instance" :dict="dict" :id="screenId"/> <ai-dv-viewer :urlPrefix="urlPrefix" :instance="instance" :dict="dict" :id="screenId"/>
</ai-dv-wrapper> </ai-dv-wrapper>
</section> </section>
</template> </template>