This commit is contained in:
@fawn-nine
2023-06-27 15:10:56 +08:00
parent a2e7328caf
commit 20c809387d
3 changed files with 2724 additions and 6 deletions

View File

@@ -788,7 +788,7 @@ export default new Router({
}
},
{
path: '/partyListPot', //用户列表-待开发
path: '/partyListPot', //用户列表-待开发(灰库)
component: () => import('../components/page/partyListPot'),
meta: {
title: 'Potential Users'
@@ -893,12 +893,19 @@ export default new Router({
}
},
{
path: '/ReferenceEditor', //预收录-引用编辑1
path: '/ReferenceEditor', //用户端预收录-引用编辑
component: () => import('../components/page/ReferenceEditor'),
meta: {
title: 'ReferenceEditor'
}
},
{
path: '/PreIngestedEditor', // 编辑端 - 预收录编辑页面
component: () => import('../components/page/PreIngestedEditor'),
meta: {
title: 'PreIngestedEditor'
}
},
{
path: '/404',
component: () => import( /* webpackChunkName: "404" */