import { ApiModel } from './utils/api'; App({ onLaunch() { }, globalData: { http: new ApiModel(), //接口文件 }, })