Added: upyun support

This commit is contained in:
Molunerfinn
2017-12-22 22:30:16 +08:00
parent d1602edf65
commit 2ecb33ccb0
9 changed files with 329 additions and 45 deletions

View File

@@ -35,6 +35,11 @@ export default new Router({
component: require('@/components/SettingView/TcYun').default,
name: 'tcyun'
},
{
path: 'upyun',
component: require('@/components/SettingView/UpYun').default,
name: 'upyun'
},
{
path: 'gallery',
component: require('@/components/SettingView/Gallery').default,