先占个坑

This commit is contained in:
aixianling
2024-01-29 10:32:11 +08:00
parent f82d7f58e7
commit 776539a32b
5 changed files with 62 additions and 34 deletions

View File

@@ -55,6 +55,7 @@
<div v-if="data.showPingchangMapLegend" class="pingchangMapLegend"/>
</ai-map>
<ai-monitor :src="data.src" v-else-if="currentType === 'monitor'" :type="data.monitorType"/>
<ai-monitor-carousel :list="data.list" v-else-if="currentType === 'monitorCarousel'"/>
<video style="width: 100%; height: 100%; object-fit: fill;" loop :src="data.src" autoplay
v-else-if="currentType === 'video'"/>
<AiDvPartyOrg style="width: 100%; height: 100%;" v-else-if="currentType === 'partyOrg'" :instance="instance"/>
@@ -77,6 +78,7 @@ import AiDvPanel from "./layout/AiDvPanel/AiDvPanel";
import AiDvSummary from "./layout/AiDvSummary/AiDvSummary";
import AiDvPlot from "./layout/AiDvPlot/AiDvPlot.vue";
import AiAssist from "./AiAssist.vue";
import AiMonitorCarousel from "./AiMonitorCarousel.vue";
Vue.use(scrollBoard)
@@ -84,6 +86,7 @@ export default {
name: 'AiDvRender',
props: ['data', 'index', 'theme', 'instance'],
components: {
AiMonitorCarousel,
AiAssist,
AiDvPlot,
// AiSprite,