2024-08-27 10:08:47 +08:00

11 lines
85 B
JavaScript

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