This commit is contained in:
2025-12-24 10:53:45 +08:00
parent ed53ca187f
commit e514536d1b
6 changed files with 655 additions and 225 deletions

View File

@@ -18,8 +18,13 @@
v-for="(_, index) in 2"
:key="index"
>
<component
:is="components[index]"
<IndexRefactor
v-if="index === 0"
@onShowTabbar="changeShowTabbar"
:ref="(el) => handelComponentsRef(el, index)"
/>
<IndexTwo
v-if="index === 1"
@onShowTabbar="changeShowTabbar"
:ref="(el) => handelComponentsRef(el, index)"
/>