|
@@ -46,14 +46,14 @@ const live = [
|
|
|
},
|
|
|
{
|
|
|
path: '/market/marketfabu',
|
|
|
- name: 'market_index',
|
|
|
+ name: 'market_fabu',
|
|
|
meta: { title: '我要发布', subSite: true },
|
|
|
component: () => import('../views/market/marketfabu.vue'),
|
|
|
},
|
|
|
|
|
|
{
|
|
|
path: '/personnel/rencai',
|
|
|
- name: 'personnel',
|
|
|
+ name: 'personnelrencai',
|
|
|
meta: { title: '专家详情', subSite: true },
|
|
|
component: () => import('../views/personnel/rencai.vue'),
|
|
|
},
|
|
@@ -66,7 +66,7 @@ const live = [
|
|
|
//科技超市列表
|
|
|
{
|
|
|
path: '/supermaket/supermarketlist',
|
|
|
- name: 'supermarketuct',
|
|
|
+ name: 'supermarketlist',
|
|
|
component: () => import('../views/supermaket/supermarketlist.vue'),
|
|
|
},
|
|
|
|
|
@@ -168,7 +168,7 @@ const live = [
|
|
|
{
|
|
|
path: '/live/liveApply',
|
|
|
meta: { title: '项目申请', subSite: true },
|
|
|
- name: 'live_apply',
|
|
|
+ name: 'live_applys',
|
|
|
component: () => import('../views/hall/liveApply.vue'),
|
|
|
},
|
|
|
|
|
@@ -183,7 +183,7 @@ const live = [
|
|
|
//企业-信息管理
|
|
|
{
|
|
|
path: '/enterprise/enterprisexx',
|
|
|
- name: 'enterprisexuqiu',
|
|
|
+ name: 'enterprisexx',
|
|
|
component: () => import('../views/enterprise/enterprisexx.vue'),
|
|
|
},
|
|
|
|
|
@@ -202,7 +202,7 @@ const live = [
|
|
|
//修改密码
|
|
|
{
|
|
|
path: '/enterprise/xiugai',
|
|
|
- name: 'enterprisedg',
|
|
|
+ name: 'xiugai',
|
|
|
component: () => import('../views/enterprise/xiugai.vue'),
|
|
|
},
|
|
|
//展会管理
|
|
@@ -246,7 +246,7 @@ const live = [
|
|
|
//企业-基本信息
|
|
|
{
|
|
|
path: '/enterprise/enterprisejb',
|
|
|
- name: 'enterprisefabu',
|
|
|
+ name: 'enterprisejb',
|
|
|
component: () => import('../views/enterprise/enterprisejb.vue'),
|
|
|
},
|
|
|
|
|
@@ -290,7 +290,7 @@ const live = [
|
|
|
{
|
|
|
path: '/live/hall/dock/zhuanjiaDetail',
|
|
|
meta: { title: '专家信息详情', subSite: true },
|
|
|
- name: 'dock_Detail',
|
|
|
+ name: 'zhuanjiaDetail',
|
|
|
component: () => import('../views/hall/dock/zhuanjiaDetail.vue'),
|
|
|
},
|
|
|
|