9 řádky
108 B

//app.js
App({
onLaunch: function () {
},
globalData: {
userInfo: null
}
})