import moduleRequest from "../utils/http" const http = moduleRequest('/app/sys/') export default { // list list: (data) => http.get('list',data), }