This commit is contained in:
X1627315083
2025-02-03 16:30:11 +08:00
parent 508e532ef2
commit 7014ce2ee6
2 changed files with 9 additions and 20 deletions

View File

@@ -128,9 +128,12 @@
</keep-alive>
<component :key="$route.name" :is="Component" v-if="!$route.meta.keepAlive"/>
</router-view> -->
<router-view @setTask="setTask" :getLangIsShowMark="getLangIsShowMark">
<router-view v-if="!getLangIsShowMark" @setTask="setTask" :getLangIsShowMark="getLangIsShowMark">
</router-view>
</div>
<div class="mark_loading" v-show="getLangIsShowMark">
<a-spin size="large" />
</div>
<RobotAssist></RobotAssist>
<scaleVideo ref="scaleVideo"></scaleVideo>
<!-- 进行续订 -->