huangxw 6 місяців тому
батько
коміт
e9caa06394
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/layout/components/AppMain.vue

+ 1 - 1
src/layout/components/AppMain.vue

@@ -1,7 +1,7 @@
 <template>
     <section class="app-main">
         <router-view v-slot="{ Component, route }">
-            <keep-alive v-if="!route.meta.noCache" :include="tagsViewStore.cachedViews">
+            <keep-alive v-if="!route.meta.noCache" :include="[]">
                 <component :is="Component" v-if="!route.meta.link" :key="route.path" />
             </keep-alive>
             <transition v-if="route.meta.noCache" :enter-active-class="animante" mode="out-in">