预接收

This commit is contained in:
@fawn-nine
2023-06-09 16:53:09 +08:00
parent d82ab0425a
commit 184c4af1ca
7 changed files with 452 additions and 18 deletions

View File

@@ -885,6 +885,20 @@ export default new Router({
title: 'Rejected Manuscripts'
}
},
{
path: '/PreIngested', //预收录-完善资料页面
component: () => import('../components/page/Complete_profile'),
meta: {
title: 'Pre-ingested'
}
},
{
path: '/ReferenceEditor', //预收录-引用编辑
component: () => import('../components/page/ReferenceEditor'),
meta: {
title: 'ReferenceEditor'
}
},
{
path: '/404',
component: () => import( /* webpackChunkName: "404" */