兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-04-09 70120a8f2fe8f604dd40ad482de6daed97b84888
src/layout/components/AppMain.vue
@@ -1,6 +1,6 @@
<template>
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
    <router-view v-slot="{ Component, route }" :key="$route.fullPath">
      <transition :enter-active-class="animante" mode="out-in">
        <keep-alive :include="tagsViewStore.cachedViews">
          <component :is="Component" v-if="!route.meta.link" :key="route.path" />