|
@@ -40,6 +40,14 @@ const routes = [
|
|
meta: { title: '直播详情', isleftarrow: true },
|
|
meta: { title: '直播详情', isleftarrow: true },
|
|
component: () => import('../views/live/detail.vue'),
|
|
component: () => import('../views/live/detail.vue'),
|
|
},
|
|
},
|
|
|
|
+ // 直播房间详情
|
|
|
|
+ {
|
|
|
|
+ path: '/onlive/roomInfo',
|
|
|
|
+ name: 'onlive_roomInfo',
|
|
|
|
+ meta: { title: '直播房间详情', isleftarrow: true },
|
|
|
|
+ component: () => import('../views/onlive/roomInfo.vue'),
|
|
|
|
+ },
|
|
|
|
+
|
|
// 科技超市
|
|
// 科技超市
|
|
{
|
|
{
|
|
path: '/market/index',
|
|
path: '/market/index',
|