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