/** * Created by DELL on 2018/4/23. */ import ajax from "./ajax"; import tools from "./tools"; module.exports = { ajax, tools };