15:08
This commit is contained in:
@@ -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" */
|
||||
|
||||
Reference in New Issue
Block a user