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