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