This commit is contained in:
2024-06-20 19:12:13 +08:00
parent 12f0406a48
commit 4a6e6f4ac4
22 changed files with 509 additions and 204 deletions

View File

@@ -3,7 +3,7 @@
<template v-if="!Component">
<Empty class="full-empty" />
</template>
<transition name="ma-fade" mode="out-in" appear>
<transition name="ma-slide-down" mode="out-in" appear>
<!-- 这里主要在路由定义是否缓存页面 -->
<component :is="Component" v-if="route.meta.ignoreCache" :key="route.fullPath" />
<keep-alive v-else :include="cacheList">