// app.js App({ onLaunch() { console.log('App onLaunch'); }, globalData: { userInfo: null } })