app.js 81 B

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