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',
component: Layout,
redirect: '/myiframe',
meta: { keepAlive: true },
children: [
{
path: ":routerPath",