ZhangXianQiang
2024-03-21 27c87cc797f4fc9b0744ed8c44b58dbe4ff3a63c
src/api/system/role.js
@@ -56,7 +56,13 @@
    data: data
  })
}
// 切换角色
export function exchangeRole(roleId) {
  return request({
    url: '/system/role/exchange/'+ roleId,
    method: 'get',
  })
}
// 删除角色
export function delRole(roleId) {
  return request({