This commit is contained in:
2023-10-11 23:23:07 +08:00
parent e93cccd054
commit 02c2309255
16 changed files with 522 additions and 205 deletions

View File

@@ -65,6 +65,11 @@ const routes: Array<RouteRecordRaw> = [
name: 'manage-questionBox',
component: () => import('@/views/manage/QuestionBoxManageView.vue'),
},
{
path: 'lottery',
name: 'manage-lottery',
component: () => import('@/views/manage/LotteryView.vue'),
},
{
path: 'bili-verify',
name: 'manage-biliVerify',