// app.js import api from './utils/api.js'; App({ onLaunch() { }, globalData: { }, $api: api, })