app.js 136 B

123456789101112
  1. // app.js
  2. App({
  3. onLaunch() {
  4. },
  5. globalData: {
  6. userInfo: null,
  7. host: 'https://test.scxjc.club',
  8. openid: '',
  9. }
  10. })