复审
This commit is contained in:
@@ -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" */
|
||||
|
||||
Reference in New Issue
Block a user