feat: 新增部门管理demo

This commit is contained in:
xiaoxian521
2022-04-10 23:54:14 +08:00
parent f3f9c12edf
commit c4ebacedfe
11 changed files with 509 additions and 28 deletions

View File

@@ -30,10 +30,18 @@ const systemRouter = {
}
},
{
path: "/system/job/index",
name: "job",
path: "/system/post/index",
name: "post",
meta: {
title: "menus.hsJob",
title: "menus.hsPost",
i18n: true
}
},
{
path: "/system/dept/index",
name: "dept",
meta: {
title: "menus.hsDept",
i18n: true
}
}