index.js 139 B

12345678910
  1. /**
  2. * Created by DELL on 2018/4/23.
  3. */
  4. import ajax from "./ajax";
  5. import tools from "./tools";
  6. module.exports = {
  7. ajax,
  8. tools
  9. };