|
@@ -52,7 +52,7 @@ const market = [
|
|
|
const service = [
|
|
|
{
|
|
|
path: '/service/notice/index',
|
|
|
- meta: { title: '咨询服务-政策资讯' },
|
|
|
+ meta: { title: '资讯服务-政策资讯' },
|
|
|
component: () => import('../views/service/notice/index.vue'),
|
|
|
},
|
|
|
{
|
|
@@ -62,7 +62,7 @@ const service = [
|
|
|
},
|
|
|
{
|
|
|
path: '/service/law/index',
|
|
|
- meta: { title: '咨询服务-法律法规' },
|
|
|
+ meta: { title: '资讯服务-法律法规' },
|
|
|
component: () => import('../views/service/law/index.vue'),
|
|
|
},
|
|
|
{
|
|
@@ -72,7 +72,7 @@ const service = [
|
|
|
},
|
|
|
{
|
|
|
path: '/service/dimension/index',
|
|
|
- meta: { title: '咨询服务-研究报告' },
|
|
|
+ meta: { title: '资讯服务-研究报告' },
|
|
|
component: () => import('../views/service/dimension/index.vue'),
|
|
|
},
|
|
|
{
|
|
@@ -82,7 +82,7 @@ const service = [
|
|
|
},
|
|
|
{
|
|
|
path: '/service/interflow/index',
|
|
|
- meta: { title: '咨询服务-交流互动' },
|
|
|
+ meta: { title: '资讯服务-交流互动' },
|
|
|
component: () => import('../views/service/interflow/index.vue'),
|
|
|
},
|
|
|
{
|