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