新增临时角色页面

This commit is contained in:
2025-02-24 21:25:49 +08:00
parent 53d1a19475
commit ec98add5b2
31 changed files with 194 additions and 66 deletions

View File

@@ -17,6 +17,14 @@ export function getRole(roleId) {
})
}
// 查询角色详细
export function currentRole() {
return request({
url: '/system/role/currentRole',
method: 'get'
})
}
// 新增角色
export function addRole(data) {
return request({