期刊引用+分类管理(集团分类+期刊)

This commit is contained in:
2024-09-26 13:52:24 +08:00
parent f679d3e7cb
commit b306198109
14 changed files with 3009 additions and 43 deletions

View File

@@ -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'),