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