app.js 61 B

12345678
  1. // app.js
  2. App({
  3. onLaunch () {
  4. },
  5. globalData: {
  6. }
  7. })