import moduleRequest from "../utils/http" const http = moduleRequest('/client/c/scoreLog/') export default { page: (data) => http.get('page',data) }