// app.js App({ onLaunch() { console.log('APP onLaunch'); }, globalData: { isBindWechat: false, accessToken: '', workerId: '', userName: '', headImg: '' } })