自动化推广【约稿】

This commit is contained in:
2026-03-23 09:28:56 +08:00
parent f44b3910a4
commit 12760aaf44
21 changed files with 3482 additions and 559 deletions

View File

@@ -1104,6 +1104,20 @@ export default new Router({
title: 'Expert Database'
}
},
{
path: '/autoPromotion', // 自动推广
component: () => import('../components/page/autoPromotion'),
meta: {
title: 'Auto Promotion'
}
},
{
path: '/autoPromotionLogs', // 历史推广记录
component: () => import('../components/page/autoPromotionLogs'),
meta: {
title: 'Promotion History'
}
},
{
path: '/PreIngested', //预收录-完善资料页面
component: () => import('../components/page/Complete_profile'),