This commit is contained in:
2025-09-11 16:54:20 +08:00
parent abb4b10b6b
commit 832be81848
3 changed files with 21 additions and 18 deletions

View File

@@ -701,7 +701,7 @@ export default new Router({
path: '/edit_per_text', //审稿人文章详情
component: () => import('../components/page/edit_per_text'),
meta: {
title: 'Final review article details'
title: 'Final decision article details'
}
},
@@ -716,7 +716,7 @@ export default new Router({
path: '/edit_per_text_yq', //审稿人文章详情-邀请
component: () => import('../components/page/edit_per_text_yq'),
meta: {
title: 'Final review article details'
title: 'Final decision article details'
}
},
{