ZhangXianQiang
2024-03-20 5b2cb9a6f0b99e86991e173c45e07f9126da4ebb
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({