Fixed: #175 || gallery page keep-alive

This commit is contained in:
Molunerfinn
2019-01-24 11:29:48 +08:00
parent e8f2185bbb
commit 649e9f0695
5 changed files with 28 additions and 14 deletions

View File

@@ -78,7 +78,10 @@ export default new Router({
{
path: 'gallery',
component: require('@/pages/Gallery').default,
name: 'gallery'
name: 'gallery',
meta: {
keepAlive: true
}
},
{
path: 'setting',