新增cite

This commit is contained in:
2024-08-16 17:47:22 +08:00
parent 279761232b
commit f5d5d5b25a
9 changed files with 1456 additions and 19 deletions

View File

@@ -925,6 +925,15 @@ export default new Router({
title: 'Refernce Editor'
}
},
{
name:'citeList',
path: '/citeList', //cite 引用 页面
component: () => import('../components/page/citeList'),
meta: {
title: 'Cite'
}
},
{
name:'Re-review',
path: '/Re_review', // 审稿人 复审详情页面