diff --git a/src/utils/routerList.js b/src/utils/routerList.js index d694927..c7cd91c 100644 --- a/src/utils/routerList.js +++ b/src/utils/routerList.js @@ -25,6 +25,13 @@ export function getRoutes() { hidden: true }, { + path: '/live', + name: '直播', + component: () => + import ('@/views/live/index'), + hidden: true + }, + { path: '/answerDetail', name: '答题详情', component: () =>