FIX 多级路由缓存失效

This commit is contained in:
sc 2021-06-07 09:35:17 +08:00
parent dc44e3a1bd
commit d779d21bbb
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export default {
state: {
keepLiveRoute: [],
keepLiveRoute: ['empty'],
routeKey: null,
routeShow: true
},

View File

@ -8,6 +8,7 @@
<script>
export default {
name: 'empty',
data() {
return {