This commit is contained in:
@fawn-nine
2023-07-26 17:30:04 +08:00
parent 09e8452903
commit 581d515cf8
8 changed files with 1013 additions and 49 deletions

View File

@@ -917,6 +917,15 @@ export default new Router({
title: 'Refernce Editor'
}
},
{
name:'Re-review',
path: '/Re_review', // 审稿人 复审详情页面
component: () => import('../components/page/Re_review'),
meta: {
title: 'Re-review'
}
},
{
path: '/404',
component: () => import( /* webpackChunkName: "404" */