|
@@ -137,6 +137,19 @@ export default new Router({
|
|
|
component: () => import('../views/userCenter/userScore/update.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: '待专家评分' },
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|