gaoluyang
2025-05-08 0a742d63e828d5baaa30d261a5dc9c011e5f6ab2
src/api/system/user.js
@@ -134,3 +134,10 @@
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}