feat: 回退页面完善

This commit is contained in:
vben
2024-06-08 20:14:04 +08:00
parent 7bcd7746ca
commit 1d6b1f4926
31 changed files with 791 additions and 201 deletions

View File

@@ -52,7 +52,6 @@ function getTransitionName(route: RouteLocationNormalizedLoaded) {
v-if="renderRouteView"
v-show="!route.meta.iframeSrc"
:key="route.fullPath"
class="h-[1000px]"
/>
</KeepAlive>
<component :is="Component" v-else :key="route.fullPath" />