BUG 29643

This commit is contained in:
aixianling
2022-05-18 09:40:21 +08:00
parent 5a8402f781
commit b58e04db84
8 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
<template>
<section class="AppGuardianship">
<component ref="currentTab" :is="currentTab.comp"/>
<ai-tabbar :active.sync="active" :list="bottomBar"/>
<AiTabbar :active.sync="active" :list="bottomBar"/>
</section>
</template>