|
|
|
@ -295,6 +295,14 @@ export const systemCenterConfig = [
|
|
|
|
|
component: () => import("./servicePlatform/teachingAdmin/scientificActivity.vue"),
|
|
|
|
|
props: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "teaching-6",
|
|
|
|
|
title: "教研活动",
|
|
|
|
|
path: '/workBench/servicePlatform/partyBuilding/:id/:name/:menuId',
|
|
|
|
|
name: 'teachingResearch',
|
|
|
|
|
component: () => import("./servicePlatform/partyBuilding/partyBuilding.vue"),
|
|
|
|
|
props: true,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// id: "teaching-5",
|
|
|
|
|
// title: "科研活动",
|
|
|
|
|