app.js 55 B

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