feat: 添加岗位管理页面demo

This commit is contained in:
xiaoxian521
2022-04-10 12:08:19 +08:00
parent 7b614716af
commit f348a5982b
10 changed files with 303 additions and 0 deletions

View File

@@ -28,6 +28,14 @@ const systemRouter = {
i18n: true,
keepAlive: true
}
},
{
path: "/system/job/index",
name: "job",
meta: {
title: "menus.hsJob",
i18n: true
}
}
]
};