推广管理

This commit is contained in:
2026-03-18 11:07:02 +08:00
parent 4f0b95d7bb
commit f44b3910a4
7 changed files with 374 additions and 20 deletions

View File

@@ -1097,6 +1097,13 @@ export default new Router({
title: 'Scholar Database'
}
},
{
path: '/expertDatabase', //专家库
component: () => import('../components/page/expertDatabase'),
meta: {
title: 'Expert Database'
}
},
{
path: '/PreIngested', //预收录-完善资料页面
component: () => import('../components/page/Complete_profile'),