调整
This commit is contained in:
parent
3cc53518c1
commit
d506c03329
@ -105,11 +105,6 @@ function tabRemove(name){
|
||||
<keep-alive v-else>
|
||||
<component :is="Component" :key="route.path"/>
|
||||
</keep-alive>
|
||||
|
||||
<component v-if="route.meta.keepAlive != null && route.meta.keepAlive === false" :is="Component" :key="route.path"/>
|
||||
<keep-alive v-else>
|
||||
<component :is="Component" :key="route.path"/>
|
||||
</keep-alive>
|
||||
</div>
|
||||
</el-scrollbar>
|
||||
</transition>
|
||||
|
Loading…
Reference in New Issue
Block a user