|
@@ -94,248 +94,248 @@ const live = [
|
|
|
|
|
|
const routes = [
|
|
|
{
|
|
|
- path: "/",
|
|
|
- name: "index",
|
|
|
- component: () => import("../views/index.vue"),
|
|
|
+ path: '/',
|
|
|
+ name: 'index',
|
|
|
+ component: () => import('../views/index.vue'),
|
|
|
},
|
|
|
// 科技政务
|
|
|
{
|
|
|
- path: "/government/government",
|
|
|
- name: "government",
|
|
|
- component: () => import("../views/government/government.vue"),
|
|
|
+ path: '/government/government',
|
|
|
+ name: 'government',
|
|
|
+ component: () => import('../views/government/government.vue'),
|
|
|
},
|
|
|
// 科技政务-列表
|
|
|
{
|
|
|
- path: "/government/governmentList",
|
|
|
- name: "governmentList",
|
|
|
- component: () => import("../views/government/governmentList.vue"),
|
|
|
+ path: '/government/governmentList',
|
|
|
+ name: 'governmentList',
|
|
|
+ component: () => import('../views/government/governmentList.vue'),
|
|
|
},
|
|
|
|
|
|
// 科技政务-详情
|
|
|
{
|
|
|
- path: "/government/governmentDetail",
|
|
|
- name: "governmentDetail",
|
|
|
- component: () => import("../views/government/governmentDetail.vue"),
|
|
|
+ path: '/government/governmentDetail',
|
|
|
+ name: 'governmentDetail',
|
|
|
+ component: () => import('../views/government/governmentDetail.vue'),
|
|
|
},
|
|
|
// 科技政策
|
|
|
{
|
|
|
- path: "/policy/policy",
|
|
|
- name: "policy",
|
|
|
- component: () => import("../views/policy/policy.vue"),
|
|
|
+ path: '/policy/policy',
|
|
|
+ name: 'policy',
|
|
|
+ component: () => import('../views/policy/policy.vue'),
|
|
|
},
|
|
|
// 首页政策法规详情(所属科技政策,综合政策指导)
|
|
|
{
|
|
|
- path: "/policy/lawDetail",
|
|
|
- name: "lawDetail",
|
|
|
- component: () => import("../views/policy/lawDetail.vue"),
|
|
|
+ path: '/policy/lawDetail',
|
|
|
+ name: 'lawDetail',
|
|
|
+ component: () => import('../views/policy/lawDetail.vue'),
|
|
|
},
|
|
|
// 科技超市
|
|
|
{
|
|
|
- path: "/supermaket/supermarket",
|
|
|
- name: "supermarket",
|
|
|
- component: () => import("../views/supermaket/supermarket.vue"),
|
|
|
+ path: '/supermaket/supermarket',
|
|
|
+ name: 'supermarket',
|
|
|
+ component: () => import('../views/supermaket/supermarket.vue'),
|
|
|
},
|
|
|
|
|
|
// 科技超市产品列表
|
|
|
{
|
|
|
- path: "/supermaket/supermarketlist",
|
|
|
- name: "supermarketlist",
|
|
|
- component: () => import("../views/supermaket/supermarketlist.vue"),
|
|
|
+ path: '/supermaket/supermarketlist',
|
|
|
+ name: 'supermarketlist',
|
|
|
+ component: () => import('../views/supermaket/supermarketlist.vue'),
|
|
|
},
|
|
|
// 科技超市-高校院所
|
|
|
{
|
|
|
- path: "/supermaket/supermarketColleges",
|
|
|
- name: "supermarketColleges",
|
|
|
- component: () => import("../views/supermaket/supermarketColleges.vue"),
|
|
|
+ path: '/supermaket/supermarketColleges',
|
|
|
+ name: 'supermarketColleges',
|
|
|
+ component: () => import('../views/supermaket/supermarketColleges.vue'),
|
|
|
},
|
|
|
// 科技超市-科研院所
|
|
|
{
|
|
|
- path: "/supermaket/supermarketScientific",
|
|
|
- name: "supermarketSientific",
|
|
|
- component: () => import("../views/supermaket/supermarketScientific.vue"),
|
|
|
+ path: '/supermaket/supermarketScientific',
|
|
|
+ name: 'supermarketSientific',
|
|
|
+ component: () => import('../views/supermaket/supermarketScientific.vue'),
|
|
|
},
|
|
|
// 科技超市-科技企业
|
|
|
{
|
|
|
- path: "/supermaket/supermarketEnterprise",
|
|
|
- name: "supermarketEnterprise",
|
|
|
- component: () => import("../views/supermaket/supermarketEnterprise.vue"),
|
|
|
+ path: '/supermaket/supermarketEnterprise',
|
|
|
+ name: 'supermarketEnterprise',
|
|
|
+ component: () => import('../views/supermaket/supermarketEnterprise.vue'),
|
|
|
},
|
|
|
// 科技超市-机构团体
|
|
|
{
|
|
|
- path: "/supermaket/supermarketGroup",
|
|
|
- name: "supermarketGroup",
|
|
|
- component: () => import("../views/supermaket/supermarketGroup.vue"),
|
|
|
+ path: '/supermaket/supermarketGroup',
|
|
|
+ name: 'supermarketGroup',
|
|
|
+ component: () => import('../views/supermaket/supermarketGroup.vue'),
|
|
|
},
|
|
|
//xiangping
|
|
|
{
|
|
|
- path: "/supermaket/supermarketdetail",
|
|
|
- name: "supermarketdetail",
|
|
|
- component: () => import("../views/supermaket/supermarketdetail.vue"),
|
|
|
+ path: '/supermaket/supermarketdetail',
|
|
|
+ name: 'supermarketdetail',
|
|
|
+ component: () => import('../views/supermaket/supermarketdetail.vue'),
|
|
|
},
|
|
|
|
|
|
// 科技超市-研发服务
|
|
|
{
|
|
|
- path: "/supermaket/supermaketService",
|
|
|
- name: "supermaketService",
|
|
|
- component: () => import("../views/supermaket/supermaketService.vue"),
|
|
|
+ path: '/supermaket/supermaketService',
|
|
|
+ name: 'supermaketService',
|
|
|
+ component: () => import('../views/supermaket/supermaketService.vue'),
|
|
|
},
|
|
|
//科技超市-技术成果
|
|
|
{
|
|
|
- path: "/supermaket/supermakettechnology",
|
|
|
- name: "supermakettechnology",
|
|
|
- component: () => import("../views/supermaket/supermakettechnology.vue"),
|
|
|
+ path: '/supermaket/supermakettechnology',
|
|
|
+ name: 'supermakettechnology',
|
|
|
+ component: () => import('../views/supermaket/supermakettechnology.vue'),
|
|
|
},
|
|
|
// 科技超市-创新产品
|
|
|
{
|
|
|
- path: "/supermaket/supermarketProduct",
|
|
|
- name: "supermarketProduct",
|
|
|
- component: () => import("../views/supermaket/supermarketProduct.vue"),
|
|
|
+ path: '/supermaket/supermarketProduct',
|
|
|
+ name: 'supermarketProduct',
|
|
|
+ component: () => import('../views/supermaket/supermarketProduct.vue'),
|
|
|
},
|
|
|
|
|
|
//科技超市列表
|
|
|
{
|
|
|
- path: "/supermaket/supermarkelists",
|
|
|
- name: "supermarketuct",
|
|
|
- component: () => import("../views/supermaket/supermarkelists.vue"),
|
|
|
+ path: '/supermaket/supermarkelists',
|
|
|
+ name: 'supermarketuct',
|
|
|
+ component: () => import('../views/supermaket/supermarkelists.vue'),
|
|
|
},
|
|
|
|
|
|
// 科技超市-咨询服务
|
|
|
{
|
|
|
- path: "/supermaket/supermarketinnovate",
|
|
|
- name: "supermarketinnovate",
|
|
|
- component: () => import("../views/supermaket/supermarketinnovate.vue"),
|
|
|
+ path: '/supermaket/supermarketinnovate',
|
|
|
+ name: 'supermarketinnovate',
|
|
|
+ component: () => import('../views/supermaket/supermarketinnovate.vue'),
|
|
|
},
|
|
|
//科技数据
|
|
|
{
|
|
|
- path: "/shuju/shuju",
|
|
|
- name: "shuju",
|
|
|
- component: () => import("../views/shuju/shuju.vue"),
|
|
|
+ path: '/shuju/shuju',
|
|
|
+ name: 'shuju',
|
|
|
+ component: () => import('../views/shuju/shuju.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/shuju/shujulist",
|
|
|
- name: "shujulist",
|
|
|
- component: () => import("../views/shuju/shujulist.vue"),
|
|
|
+ path: '/shuju/shujulist',
|
|
|
+ name: 'shujulist',
|
|
|
+ component: () => import('../views/shuju/shujulist.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/shuju/shujudetail",
|
|
|
- name: "shujudetail",
|
|
|
- component: () => import("../views/shuju/shujudetail.vue"),
|
|
|
+ path: '/shuju/shujudetail',
|
|
|
+ name: 'shujudetail',
|
|
|
+ component: () => import('../views/shuju/shujudetail.vue'),
|
|
|
},
|
|
|
//科技服务
|
|
|
{
|
|
|
- path: "/service/service",
|
|
|
- name: "service",
|
|
|
- component: () => import("../views/service/service.vue"),
|
|
|
+ path: '/service/service',
|
|
|
+ name: 'service',
|
|
|
+ component: () => import('../views/service/service.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/service/servicelist",
|
|
|
- name: "servicelist",
|
|
|
- component: () => import("../views/service/servicelist.vue"),
|
|
|
+ path: '/service/servicelist',
|
|
|
+ name: 'servicelist',
|
|
|
+ component: () => import('../views/service/servicelist.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: "/service/servicedetail",
|
|
|
- name: " servicedetail",
|
|
|
- component: () => import("../views/service/servicedetail.vue"),
|
|
|
+ path: '/service/servicedetail',
|
|
|
+ name: ' servicedetail',
|
|
|
+ component: () => import('../views/service/servicedetail.vue'),
|
|
|
},
|
|
|
// 科技资源
|
|
|
{
|
|
|
- path: "/resource/resource",
|
|
|
- name: "service",
|
|
|
- component: () => import("../views/resource/resource.vue"),
|
|
|
+ path: '/resource/resource',
|
|
|
+ name: 'service',
|
|
|
+ component: () => import('../views/resource/resource.vue'),
|
|
|
},
|
|
|
//登录和注册
|
|
|
{
|
|
|
- path: "/login",
|
|
|
- meta: { title: "用户" },
|
|
|
- component: () => import("../views/login.vue"),
|
|
|
+ path: '/login',
|
|
|
+ meta: { title: '用户' },
|
|
|
+ component: () => import('../views/login.vue'),
|
|
|
},
|
|
|
//科技人才
|
|
|
{
|
|
|
- path: "/personnel/personnel",
|
|
|
- name: "personnel",
|
|
|
- component: () => import("../views/personnel/personnel.vue"),
|
|
|
+ path: '/personnel/personnel',
|
|
|
+ name: 'personnel',
|
|
|
+ component: () => import('../views/personnel/personnel.vue'),
|
|
|
},
|
|
|
//科技人才投简历详情
|
|
|
{
|
|
|
- path: "/personnel/rencai",
|
|
|
- component: () => import("../views/personnel/rencai.vue"),
|
|
|
+ path: '/personnel/rencai',
|
|
|
+ component: () => import('../views/personnel/rencai.vue'),
|
|
|
},
|
|
|
//科技人才找工作详情
|
|
|
{
|
|
|
- path: "/personnel/personnelwork",
|
|
|
- name: "personnelwork",
|
|
|
- component: () => import("../views/personnel/personnelwork.vue"),
|
|
|
+ path: '/personnel/personnelwork',
|
|
|
+ name: 'personnelwork',
|
|
|
+ component: () => import('../views/personnel/personnelwork.vue'),
|
|
|
},
|
|
|
//科技人才找专家详情
|
|
|
{
|
|
|
- path: "/personnel/personnelexpert",
|
|
|
- component: () => import("../views/personnel/personnelexpert.vue"),
|
|
|
+ path: '/personnel/personnelexpert',
|
|
|
+ component: () => import('../views/personnel/personnelexpert.vue'),
|
|
|
},
|
|
|
// 科技人才找参谋详情
|
|
|
{
|
|
|
- path: "/personnel/personnelcmdetail",
|
|
|
- component: () => import("../views/personnel/personnelcmdetail.vue"),
|
|
|
+ path: '/personnel/personnelcmdetail',
|
|
|
+ component: () => import('../views/personnel/personnelcmdetail.vue'),
|
|
|
},
|
|
|
// 科技人才找招聘信息
|
|
|
{
|
|
|
- path: "/personnel/recruitList",
|
|
|
- component: () => import("../views/personnel/recruitList.vue"),
|
|
|
+ path: '/personnel/recruitList',
|
|
|
+ component: () => import('../views/personnel/recruitList.vue'),
|
|
|
},
|
|
|
// 科技人才-就业指导
|
|
|
{
|
|
|
- path: "/personnel/guidanceList",
|
|
|
- component: () => import("../views/personnel/guidanceList.vue"),
|
|
|
+ path: '/personnel/guidanceList',
|
|
|
+ component: () => import('../views/personnel/guidanceList.vue'),
|
|
|
},
|
|
|
// 科技人才-学习实践
|
|
|
{
|
|
|
- path: "/personnel/practiceList",
|
|
|
- component: () => import("../views/personnel/practiceList.vue"),
|
|
|
+ path: '/personnel/practiceList',
|
|
|
+ component: () => import('../views/personnel/practiceList.vue'),
|
|
|
},
|
|
|
// 科技人才-勤工俭学
|
|
|
{
|
|
|
- path: "/personnel/diligenceList",
|
|
|
- component: () => import("../views/personnel/diligenceList.vue"),
|
|
|
+ path: '/personnel/diligenceList',
|
|
|
+ component: () => import('../views/personnel/diligenceList.vue'),
|
|
|
},
|
|
|
// 科技人才-工作顾问
|
|
|
{
|
|
|
- path: "/personnel/adviserList",
|
|
|
- component: () => import("../views/personnel/adviserList.vue"),
|
|
|
+ path: '/personnel/adviserList',
|
|
|
+ component: () => import('../views/personnel/adviserList.vue'),
|
|
|
},
|
|
|
//企业-基本信息
|
|
|
{
|
|
|
- path: "/enterprise/enterprisejb",
|
|
|
- name: "enterprisefabu",
|
|
|
- component: () => import("../views/enterprise/enterprisejb.vue"),
|
|
|
+ path: '/enterprise/enterprisejb',
|
|
|
+ name: 'enterprisefabu',
|
|
|
+ component: () => import('../views/enterprise/enterprisejb.vue'),
|
|
|
},
|
|
|
//企业-信息管理
|
|
|
{
|
|
|
- path: "/enterprise/enterprisexx",
|
|
|
- name: "enterprisexuqiu",
|
|
|
- component: () => import("../views/enterprise/enterprisexx.vue"),
|
|
|
+ path: '/enterprise/enterprisexx',
|
|
|
+ name: 'enterprisexuqiu',
|
|
|
+ component: () => import('../views/enterprise/enterprisexx.vue'),
|
|
|
},
|
|
|
//企业-发布信息列表
|
|
|
{
|
|
|
- path: "/enterprise/enterprisefabu",
|
|
|
- name: "enterprisefabu",
|
|
|
- component: () => import("../views/enterprise/enterprisefabu.vue"),
|
|
|
+ path: '/enterprise/enterprisefabu',
|
|
|
+ name: 'enterprisefabu',
|
|
|
+ component: () => import('../views/enterprise/enterprisefabu.vue'),
|
|
|
},
|
|
|
// 企业-需求发布
|
|
|
{
|
|
|
- path: "/enterprise/enterprisexuqiu",
|
|
|
- name: "enterprisexuqiu",
|
|
|
- component: () => import("../views/enterprise/enterprisexuqiu.vue"),
|
|
|
+ path: '/enterprise/enterprisexuqiu',
|
|
|
+ name: 'enterprisexuqiu',
|
|
|
+ component: () => import('../views/enterprise/enterprisexuqiu.vue'),
|
|
|
},
|
|
|
//企业-订购
|
|
|
{
|
|
|
- path: "/enterprise/enterprisedg",
|
|
|
- name: "enterprisedg",
|
|
|
- component: () => import("../views/enterprise/enterprisedg.vue"),
|
|
|
+ path: '/enterprise/enterprisedg',
|
|
|
+ name: 'enterprisedg',
|
|
|
+ component: () => import('../views/enterprise/enterprisedg.vue'),
|
|
|
},
|
|
|
// 外审管理员
|
|
|
{
|
|
|
- path: "/trial/index",
|
|
|
- name: "trial",
|
|
|
- component: () => import("../views/trial/index.vue"),
|
|
|
+ path: '/trial/index',
|
|
|
+ name: 'trial',
|
|
|
+ component: () => import('../views/trial/index.vue'),
|
|
|
},
|
|
|
// ...live,
|
|
|
];
|