|
@@ -92,6 +92,19 @@ const live = [
|
|
|
meta: { title: '直播大厅-展会详情', subSite: true },
|
|
|
component: () => import('../views/achieveLive/detail.vue'),
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/achieveLive/expert/index',
|
|
|
+ name: 'achieveLive_expert',
|
|
|
+ meta: { title: '直播大厅-参展专家', subSite: true },
|
|
|
+ component: () => import('../views/achieveLive/expert/index.vue'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/achieveLive/product/index',
|
|
|
+ name: 'achieveLive_product',
|
|
|
+ meta: { title: '直播大厅-参展项目', subSite: true },
|
|
|
+ component: () => import('../views/achieveLive/product/index.vue'),
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
path: '/website',
|
|
|
name: 'website',
|