This commit is contained in:
@fawn-nine
2023-06-29 18:02:21 +08:00
parent cf880b0864
commit b230e61de9
7 changed files with 174 additions and 81 deletions

View File

@@ -900,9 +900,11 @@ export default new Router({
}
},
{
name:'PreIngestedEditor',
path: '/PreIngestedEditor', // 编辑端 - 预收录编辑页面
component: () => import('../components/page/PreIngestedEditor'),
meta: {
title: 'PreIngestedEditor'
}
},