This commit is contained in:
2025-11-26 16:56:56 +08:00
parent 08ab9bf017
commit deab83fc81
10 changed files with 1215 additions and 746 deletions

View File

@@ -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'
}
},
{