修改期刊计数总量
This commit is contained in:
@@ -982,6 +982,14 @@ export default new Router({
|
||||
title: 'Journals Management'
|
||||
}
|
||||
},
|
||||
{
|
||||
name:'journal-Article-Count',
|
||||
path: '/journalArticleCount', // 超管单期刊列表
|
||||
component: () => import('../components/page/journalArticleCount'),
|
||||
meta: {
|
||||
title: 'Journal Article Count'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import( /* webpackChunkName: "404" */
|
||||
|
||||
Reference in New Issue
Block a user