WXL
2025-04-08 552e2c47122f3465050c71b1afca44da8196a029
测试完成
已修改1个文件
2 ■■■ 文件已修改
src/api/system/user.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,
  });