qx
qx
2025-02-13 8e4792300d095bdc94e7ec8cd6b5ef1ad3fc4b0c
src/api/system/user.js
@@ -12,6 +12,13 @@
  })
}
export function getlistUser() {
  return request({
    url: '/system/user/getList',
    method: 'get',
  })
}
// 查询用户详细
export function getUser(userId) {
  return request({