This commit is contained in:
2026-03-27 13:24:04 +08:00
parent c6c262169d
commit 7d3e6654fd
17 changed files with 2653 additions and 747 deletions

View File

@@ -1097,6 +1097,13 @@ export default new Router({
title: 'Scholar Database'
}
},
{
path: '/scholarCrawlersKeywords',
component: () => import('../components/page/scholarCrawlersKeywords'),
meta: {
title: 'Crawl Keywords Config'
}
},
{
path: '/expertDatabase', //专家库
component: () => import('../components/page/expertDatabase'),