4.3
wwl
2025-04-03 e37f01fa701f66450f5a40f1414f3ea8cffc30ee
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({