提交
This commit is contained in:
@@ -1074,13 +1074,24 @@ export default new Router({
|
||||
hideTitle: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/References', //用户端预收录-引用编辑
|
||||
component: () => import('../components/page/components/OnlineProofreading/references-format.vue'),
|
||||
meta: {
|
||||
title: 'References',
|
||||
hideSidebar: true,
|
||||
hideTitle: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'PreIngestedEditor',
|
||||
path: '/PreIngestedEditor', // 编辑端 - 预收录编辑页面
|
||||
component: () => import('../components/page/PreIngestedEditor'),
|
||||
meta: {
|
||||
|
||||
title: 'PreIngestedEditor'
|
||||
title: 'PreIngestedEditor',
|
||||
hideSidebar: true,
|
||||
bgColor: '#fafafa'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user