后台引用编辑前
This commit is contained in:
@@ -896,7 +896,7 @@ export default new Router({
|
||||
path: '/ReferenceEditor', //用户端预收录-引用编辑
|
||||
component: () => import('../components/page/ReferenceEditor'),
|
||||
meta: {
|
||||
title: 'ReferenceEditor'
|
||||
title: 'Reference Workflow'
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -908,6 +908,15 @@ export default new Router({
|
||||
title: 'PreIngestedEditor'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'publishRefernceEditor',
|
||||
path: '/publishRefernceEditor', // 编辑端 - publish 引用编辑页面
|
||||
component: () => import('../components/page/publishRefernceEditor'),
|
||||
meta: {
|
||||
|
||||
title: 'Refernce Editor'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import( /* webpackChunkName: "404" */
|
||||
|
||||
Reference in New Issue
Block a user