app.js 129 B

12345678910111213
  1. //app.js
  2. import {
  3. Api
  4. } from "utils/api";
  5. App({
  6. onLaunch: function () {
  7. },
  8. globalData: {
  9. api: new Api()
  10. },
  11. })