import { ApiModel } from './utils/Api'; App({ onLaunch() {}, globalData: { http: new ApiModel(), //接口文件 handleSelect: null, //处理选择结果 函数 savePage: null, //保存页面实例 } })