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