// @desc: app.js // @auth: wangyuan.cc@foxmail.com // @date: 2022-09-13 10:44 App({ onLaunch() { console.log('App onLaunch'); }, globalData: { userInfo: null } })