期刊引用+分类管理(集团分类+期刊)
This commit is contained in:
@@ -823,6 +823,27 @@ export default new Router({
|
||||
title: 'Total User'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/GroupClassification', //用户列表
|
||||
component: () => import('../components/page/JournalManagement/GroupClassification/index.vue'),
|
||||
meta: {
|
||||
title: 'Group Classification'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/JournalManagement', //用户列表
|
||||
component: () => import('../components/page/JournalManagement/JournalManagement/index.vue'),
|
||||
meta: {
|
||||
title: 'Journal Management'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/JournalManagementAll', //用户列表
|
||||
component: () => import('../components/page/JournalManagement/JournalManagement/all.vue'),
|
||||
meta: {
|
||||
title: 'Journal Management'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/disseMinate', //推广
|
||||
component: () => import('../components/page/disseMinate'),
|
||||
|
||||
Reference in New Issue
Block a user