iframe keepAlive 为false

This commit is contained in:
smallwei 2018-04-23 11:26:05 +08:00
parent 509833bf48
commit e8fffa38a9

View File

@ -36,6 +36,7 @@ export const asyncRouterMap = [
path: '/myiframe', path: '/myiframe',
component: Layout, component: Layout,
redirect: '/myiframe', redirect: '/myiframe',
meta: { keepAlive: true },
children: [ children: [
{ {
path: ":routerPath", path: ":routerPath",