mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update
This commit is contained in:
@@ -76,9 +76,14 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import('@/views/manage/BiliVerifyView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'setting',
|
||||
name: 'manage-setting',
|
||||
component: () => import('@/views/manage/SettingsManageView.vue'),
|
||||
path: 'history',
|
||||
name: 'manage-history',
|
||||
component: () => import('@/views/manage/HistoryView.vue'),
|
||||
},
|
||||
{
|
||||
path: 'schedule',
|
||||
name: 'manage-schedule',
|
||||
component: () => import('@/views/manage/ScheduleManageView.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user