zhangback
2026-03-10 68b27795ae929f5300fc6fb301b31aada74a2e2f
ui/admin-ui3/src/layout/components/AppMain.vue
@@ -2,7 +2,8 @@
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
<!--      <transition>-->
        <keep-alive :include="cachedViews">
  <!-- :include="cachedViews" -->
        <keep-alive >
          <component :is="Component" :key="route.fullPath" />
        </keep-alive>
<!--      </transition>-->