qx
qx
2025-03-13 25c777002fb57397320b65b830cc805b29f7c23a
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({