WXL
2025-04-21 4395f0d2422b4af5b6a07b302e94c1a99b8e3c2b
src/api/system/user.js
@@ -128,7 +128,7 @@
// 保存授权角色
export function updateAuthRole(data) {
  return request({
    url: "/system/user/authRole",
    url: "/system/user/authRole/insertAuthRole",
    method: "post",
    data: data,
  });