Added: qiniu page

This commit is contained in:
Molunerfinn
2017-11-29 16:23:05 +08:00
parent 4dd6586cb4
commit d0fdb79821
8 changed files with 292 additions and 15 deletions

View File

@@ -24,6 +24,11 @@ export default new Router({
path: 'weibo',
component: require('@/components/SettingView/Weibo').default,
name: 'weibo'
},
{
path: 'qiniu',
component: require('@/components/SettingView/Qiniu').default,
name: 'qiniu'
}
]
},