|
@@ -46,6 +46,12 @@ const live = [
|
|
|
meta: { title: '动态监测列表', subSite: true },
|
|
|
component: () => import('../views/dynamic/index.vue'),
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/dynamic/product',
|
|
|
+ name: 'product',
|
|
|
+ meta: { title: '发布产品', subSite: true },
|
|
|
+ component: () => import('../views/dynamic/product.vue'),
|
|
|
+ },
|
|
|
// 技术交流
|
|
|
{
|
|
|
path: '/technical/index',
|