chenrui
2025-05-26 a117f28f890f89bfef46b0920b4861b542cd395b
src/api/system/user.js
@@ -96,7 +96,7 @@
  return request({
    url: '/system/user/profile/updatePwd',
    method: 'put',
    params: data
    data: data
  })
}
@@ -134,3 +134,10 @@
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}