|
@@ -87,37 +87,10 @@ export default new Router({
|
|
|
component: () => import('../views/adminCenter/adminHaveCert/index.vue'),
|
|
|
meta: { title: '已证书发放' },
|
|
|
},
|
|
|
- // 用户中心
|
|
|
- // 申请书
|
|
|
- // 待审中
|
|
|
- {
|
|
|
- path: '/firstApply',
|
|
|
- component: () => import('../views/userCenter/userExamine/firstApply.vue'),
|
|
|
- meta: { title: '待审中' },
|
|
|
- },
|
|
|
- // 审核未通过
|
|
|
{
|
|
|
- path: '/updateApply',
|
|
|
- component: () => import('../views/userCenter/userExamine/updateApply.vue'),
|
|
|
- meta: { title: '审核未通过' },
|
|
|
- },
|
|
|
- // 审核意见查看
|
|
|
- {
|
|
|
- path: '/userExamine/detail',
|
|
|
- component: () => import('../views/userCenter/userExamine/detail.vue'),
|
|
|
- meta: { title: '审核意见查看' },
|
|
|
- },
|
|
|
- // 修改申请书
|
|
|
- {
|
|
|
- path: '/userExamine/update',
|
|
|
- component: () => import('../views/userCenter/userExamine/update.vue'),
|
|
|
- meta: { title: '修改申请书' },
|
|
|
- },
|
|
|
- // 评分总结
|
|
|
- {
|
|
|
- path: '/expertExam',
|
|
|
- component: () => import('../views/userCenter/userScore/expertExam.vue'),
|
|
|
- meta: { title: '待专家评分' },
|
|
|
+ path: '/adminApplyExpert',
|
|
|
+ component: () => import('../views/adminCenter/adminApplyExpert/index.vue'),
|
|
|
+ meta: { title: '已发证书' },
|
|
|
},
|
|
|
// 专家评分列表
|
|
|
{
|
|
@@ -131,82 +104,122 @@ export default new Router({
|
|
|
component: () => import('../views/expertCenter/meet/index.vue'),
|
|
|
meta: { title: '专家会审' },
|
|
|
},
|
|
|
- // 评分审核未通过
|
|
|
- {
|
|
|
- path: '/noExpertScore',
|
|
|
- component: () => import('../views/userCenter/userScore/noExpertScore.vue'),
|
|
|
- meta: { title: '评分审核未通过' },
|
|
|
- },
|
|
|
- // 评分审核意见查看
|
|
|
- {
|
|
|
- path: '/userScore/detail',
|
|
|
- component: () => import('../views/userCenter/userScore/detail.vue'),
|
|
|
- meta: { title: '评分审核意见查看' },
|
|
|
- },
|
|
|
- // 专家评分意见查看
|
|
|
- {
|
|
|
- path: '/userScore/expertOpinion',
|
|
|
- component: () => import('../views/userCenter/userScore/expertOpinion.vue'),
|
|
|
- meta: { title: '专家评分意见查看' },
|
|
|
- },
|
|
|
+ // 用户中心
|
|
|
+ // 申请书
|
|
|
+ // // 待审中
|
|
|
+ // {
|
|
|
+ // path: '/firstApply',
|
|
|
+ // component: () => import('../views/userCenter/userExamine/firstApply.vue'),
|
|
|
+ // meta: { title: '待审中' },
|
|
|
+ // },
|
|
|
+ // // 审核未通过
|
|
|
+ // {
|
|
|
+ // path: '/updateApply',
|
|
|
+ // component: () => import('../views/userCenter/userExamine/updateApply.vue'),
|
|
|
+ // meta: { title: '审核未通过' },
|
|
|
+ // },
|
|
|
+ // // 审核意见查看
|
|
|
+ // {
|
|
|
+ // path: '/userExamine/detail',
|
|
|
+ // component: () => import('../views/userCenter/userExamine/detail.vue'),
|
|
|
+ // meta: { title: '审核意见查看' },
|
|
|
+ // },
|
|
|
+ // // 修改申请书
|
|
|
+ // {
|
|
|
+ // path: '/userExamine/update',
|
|
|
+ // component: () => import('../views/userCenter/userExamine/update.vue'),
|
|
|
+ // meta: { title: '修改申请书' },
|
|
|
+ // },
|
|
|
+ // // 评分总结
|
|
|
+ // {
|
|
|
+ // path: '/expertExam',
|
|
|
+ // component: () => import('../views/userCenter/userScore/expertExam.vue'),
|
|
|
+ // meta: { title: '待专家评分' },
|
|
|
+ // },
|
|
|
+ // // 评分审核未通过
|
|
|
+ // {
|
|
|
+ // path: '/noExpertScore',
|
|
|
+ // component: () => import('../views/userCenter/userScore/noExpertScore.vue'),
|
|
|
+ // meta: { title: '评分审核未通过' },
|
|
|
+ // },
|
|
|
+ // // 评分审核意见查看
|
|
|
+ // {
|
|
|
+ // path: '/userScore/detail',
|
|
|
+ // component: () => import('../views/userCenter/userScore/detail.vue'),
|
|
|
+ // meta: { title: '评分审核意见查看' },
|
|
|
+ // },
|
|
|
+ // // 专家评分意见查看
|
|
|
+ // {
|
|
|
+ // path: '/userScore/expertOpinion',
|
|
|
+ // component: () => import('../views/userCenter/userScore/expertOpinion.vue'),
|
|
|
+ // meta: { title: '专家评分意见查看' },
|
|
|
+ // },
|
|
|
|
|
|
- // 评分修改申请书
|
|
|
- {
|
|
|
- path: '/userScore/update',
|
|
|
- component: () => import('../views/userCenter/userScore/update.vue'),
|
|
|
- meta: { title: '评分修改申请书' },
|
|
|
- },
|
|
|
- // 专家会审
|
|
|
- // 待缴费
|
|
|
+ // // 评分修改申请书
|
|
|
+ // {
|
|
|
+ // path: '/userScore/update',
|
|
|
+ // component: () => import('../views/userCenter/userScore/update.vue'),
|
|
|
+ // meta: { title: '评分修改申请书' },
|
|
|
+ // },
|
|
|
+ // // 专家会审
|
|
|
+ // // 待缴费
|
|
|
|
|
|
- {
|
|
|
- path: '/expertPay',
|
|
|
- component: () => import('../views/userCenter/userMeet/expertPay.vue'),
|
|
|
- meta: { title: '待缴费' },
|
|
|
- },
|
|
|
- // 待会审
|
|
|
- {
|
|
|
- path: '/expertMeet',
|
|
|
- component: () => import('../views/userCenter/userMeet/expertMeet.vue'),
|
|
|
- meta: { title: '待专家评分' },
|
|
|
- },
|
|
|
- // 会审未通过
|
|
|
- {
|
|
|
- path: '/noExpertMeet',
|
|
|
- component: () => import('../views/userCenter/userMeet/noExpertMeet.vue'),
|
|
|
- meta: { title: '会审未通过' },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/userMeet/detail',
|
|
|
- component: () => import('../views/userCenter/userMeet/detail.vue'),
|
|
|
- meta: { title: '会审意见查看' },
|
|
|
- },
|
|
|
- // 完善资料
|
|
|
- {
|
|
|
- path: '/perfectData',
|
|
|
- component: () => import('../views/userCenter/perfectData/index.vue'),
|
|
|
- meta: { title: '完善资料' },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/perfectData/update',
|
|
|
- component: () => import('../views/userCenter/perfectData/update.vue'),
|
|
|
- meta: { title: '资料信息管理' },
|
|
|
- },
|
|
|
- // 证书发放
|
|
|
- {
|
|
|
- path: '/readyCert',
|
|
|
- component: () => import('../views/userCenter/userCert/readyCert.vue'),
|
|
|
- meta: { title: '待发证书' },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/alreadyCert',
|
|
|
- component: () => import('../views/userCenter/userCert/alreadyCert.vue'),
|
|
|
- meta: { title: '已发证书' },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/adminApplyExpert',
|
|
|
- component: () => import('../views/adminCenter/adminApplyExpert/index.vue'),
|
|
|
- meta: { title: '已发证书' },
|
|
|
+ // {
|
|
|
+ // path: '/expertPay',
|
|
|
+ // component: () => import('../views/userCenter/userMeet/expertPay.vue'),
|
|
|
+ // meta: { title: '待缴费' },
|
|
|
+ // },
|
|
|
+ // // 待会审
|
|
|
+ // {
|
|
|
+ // path: '/expertMeet',
|
|
|
+ // component: () => import('../views/userCenter/userMeet/expertMeet.vue'),
|
|
|
+ // meta: { title: '待专家评分' },
|
|
|
+ // },
|
|
|
+ // // 会审未通过
|
|
|
+ // {
|
|
|
+ // path: '/noExpertMeet',
|
|
|
+ // component: () => import('../views/userCenter/userMeet/noExpertMeet.vue'),
|
|
|
+ // meta: { title: '会审未通过' },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/userMeet/detail',
|
|
|
+ // component: () => import('../views/userCenter/userMeet/detail.vue'),
|
|
|
+ // meta: { title: '会审意见查看' },
|
|
|
+ // },
|
|
|
+ // // 完善资料
|
|
|
+ // {
|
|
|
+ // path: '/perfectData',
|
|
|
+ // component: () => import('../views/userCenter/perfectData/index.vue'),
|
|
|
+ // meta: { title: '完善资料' },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/perfectData/update',
|
|
|
+ // component: () => import('../views/userCenter/perfectData/update.vue'),
|
|
|
+ // meta: { title: '资料信息管理' },
|
|
|
+ // },
|
|
|
+ // // 证书发放
|
|
|
+ // {
|
|
|
+ // path: '/readyCert',
|
|
|
+ // component: () => import('../views/userCenter/userCert/readyCert.vue'),
|
|
|
+ // meta: { title: '待发证书' },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/alreadyCert',
|
|
|
+ // component: () => import('../views/userCenter/userCert/alreadyCert.vue'),
|
|
|
+ // meta: { title: '已发证书' },
|
|
|
+ // },
|
|
|
+ // 我的申报
|
|
|
+ // 申报中
|
|
|
+ {
|
|
|
+ path: '/nowDeclare',
|
|
|
+ component: () => import('../views/userCenter/userMydeclare/nowDeclare.vue'),
|
|
|
+ meta: { title: '申报中' },
|
|
|
+ },
|
|
|
+ // 已往申报
|
|
|
+ {
|
|
|
+ path: '/pastDeclare',
|
|
|
+ component: () => import('../views/userCenter/userMydeclare/pastDeclare.vue'),
|
|
|
+ meta: { title: '申报中' },
|
|
|
},
|
|
|
],
|
|
|
},
|