zouyu
2026-04-29 b8db59d4774ce0134f06500400a3723962a1c4b6
src/api/system/user.js
@@ -216,7 +216,7 @@
// 更新用户排序
export function updateUserSort(data) {
  return request({
    url: "/system/user/updateUserSort",
    url: "/system/newUser/updateUserSort",
    method: "post",
    data:data
  });