BMI
wwl
2025-05-07 a0f4e2beb89d0cb1b4078d76bb12184a08143d04
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({