主题整合周计划审批

This commit is contained in:
zhanglipeng
2021-09-02 16:47:28 +08:00
parent 9def2f5508
commit a59e0ed925
5 changed files with 493 additions and 24 deletions

View File

@ -489,6 +489,22 @@ export const constantRoutes = [
}
]
},
{
path: "/benyi/themeweekplan",
component: Layout,
hidden: true,
children: [
{
path: "approval/:id",
component: () => import("@/views/benyi/themeweekplanapproval/approval"),
name: "ThemeweekplanApproval",
meta: {
title: "主题整合月计划审批",
icon: ""
}
}
]
},
{
path: "/benyi_course/learndevelopmentteacherprint",
component: Layout,