自动化推广【约稿】
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user