//app.js import MainService from "./service/index"; import Utils from "./utils/index"; App({ onLaunch: function () { }, globalData: { $http: MainService, $utils: Utils } })