From db079e796cb30ec900bb6791f9d6fec56e583bee Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Wed, 2 Nov 2022 21:28:12 +0800 Subject: [PATCH] 直播router --- src/utils/routerList.js | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) 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: () => -- libgit2 0.21.4