fuliqi
2024-09-25 78a1616ec592f19fcd166e7f2c0e1e48e5650ca4
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({