/* * @Author: ZhengXiaowei * @Date: 2019-10-15 14:05:33 * @LastEditors: ZhengXiaowei * @LastEditTime: 2019-10-15 14:05:59 * @Description: api */ import fly from "./fly"; export const demoApi = () => { return fly.get("/home/index"); };