//app.js import { Api } from "utils/api"; App({ onLaunch: function () { }, globalData: { api: new Api() }, })