xiangpei
2024-08-31 9b0fb6cf78f190a863d5f74f351201b8a28f911d
src/api/system/role.js
@@ -56,13 +56,6 @@
    data: data
  })
}
// 切换角色
export function exchangeRole(roleId) {
  return request({
    url: '/system/role/exchange/'+ roleId,
    method: 'get',
  })
}
// 删除角色
export function delRole(roleId) {
  return request({