学者抓取页面

This commit is contained in:
2026-03-06 11:35:53 +08:00
parent 9e578a66d6
commit 4e46f5bcff
6 changed files with 936 additions and 0 deletions

View File

@@ -1054,6 +1054,13 @@ export default new Router({
title: 'Rejected Manuscripts'
}
},
{
path: '/scholarCrawlers', //学者抓取
component: () => import('../components/page/scholarCrawlers'),
meta: {
title: 'Scholar Crawlers'
}
},
{
path: '/PreIngested', //预收录-完善资料页面
component: () => import('../components/page/Complete_profile'),