This commit is contained in:
魏啾 2024-03-11 14:38:01 +08:00
commit c1d4405d0e
1 changed files with 11 additions and 11 deletions

View File

@ -5,17 +5,17 @@
<left-menu />
</div>
<div :class="{ view: route.path != '/login' }">
<div class="wrapper">
<div class="animation">
<router-view v-slot="{ Component }">
<!-- <transition :name="transitionName"> -->
<keep-alive :include="includeList">
<component :is="Component"></component>
</keep-alive>
<!-- </transition> -->
</router-view>
</div>
</div>
<!-- <div class="wrapper">
<div class="animation"> -->
<router-view v-slot="{ Component }">
<!-- <transition :name="transitionName"> -->
<keep-alive :include="includeList">
<component :is="Component"></component>
</keep-alive>
<!-- </transition> -->
</router-view>
<!-- </div>
</div> -->
</div>
</div>
</el-config-provider>