|
@@ -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: '待专家评分' },
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|