mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
feat: 新增部门管理demo
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user