WXL
2025-05-15 b7092c2bf77696eb13fd680cb006211c17b48f5c
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,
  });