Added: gallery

This commit is contained in:
Molunerfinn
2017-12-07 11:26:29 +08:00
parent ec12ba4e0e
commit 0964c1423b
7 changed files with 177 additions and 5 deletions
+5
View File
@@ -29,6 +29,11 @@ export default new Router({
path: 'qiniu',
component: require('@/components/SettingView/Qiniu').default,
name: 'qiniu'
},
{
path: 'gallery',
component: require('@/components/SettingView/Gallery').default,
name: 'gallery'
}
]
},