11
WXL
2024-05-13 bb8e69f5322ff24edc70e5f2da502e74e4d5eb2e
src/api/system/user.js
@@ -133,6 +133,13 @@
    method: 'get'
  })
}
// 查询授权角色
export function handleunlock(userName ) {
  return request({
    url: '/system/user/cleanErrorNums/' + userName ,
    method: 'get',
  })
}
// 保存授权角色
export function updateAuthRole(data) {