2023-02-21 22:34:08 +08:00

10 lines
83 B
JavaScript

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