Commit d433d975 authored by lizhichao's avatar lizhichao

去掉功能跳转缓存

parent b4461ec7
<template>
<section class="app-main">
<transition name="fade-transform" mode="out-in">
<keep-alive :include="cachedViews">
<!-- <keep-alive :include="cachedViews">-->
<router-view :key="key" />
</keep-alive>
<!-- </keep-alive>-->
</transition>
</section>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment