Commit c28b06c471bc09b3bf977174f4dfe5031f3ccfc8

Authored by yangzhi
1 parent db079e79

观看直播界面router

Showing 1 changed file with 7 additions and 0 deletions
src/utils/routerList.js
@@ -25,6 +25,13 @@ export function getRoutes() { @@ -25,6 +25,13 @@ export function getRoutes() {
25 hidden: true 25 hidden: true
26 }, 26 },
27 { 27 {
  28 + path: '/live',
  29 + name: '直播',
  30 + component: () =>
  31 + import ('@/views/live/index'),
  32 + hidden: true
  33 + },
  34 + {
28 path: '/answerDetail', 35 path: '/answerDetail',
29 name: '答题详情', 36 name: '答题详情',
30 component: () => 37 component: () =>