|
@@ -147,6 +147,12 @@ const live = [
|
|
meta: { title: '直播大厅', subSite: true },
|
|
meta: { title: '直播大厅', subSite: true },
|
|
component: () => import('../views/halltwo/directTwo.vue'),
|
|
component: () => import('../views/halltwo/directTwo.vue'),
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/halltwo/detail',
|
|
|
|
+ name: 'detail',
|
|
|
|
+ meta: { title: '直播大厅', subSite: true },
|
|
|
|
+ component: () => import('../views/halltwo/detail.vue'),
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/hall/productList/technologyList',
|
|
path: '/hall/productList/technologyList',
|
|
name: 'live_technologyList',
|
|
name: 'live_technologyList',
|