From c28b06c471bc09b3bf977174f4dfe5031f3ccfc8 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Wed, 2 Nov 2022 23:49:22 +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 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: () => -- libgit2 0.21.4