gov_propagandize/app.js

15 lines
391 B
JavaScript
Raw Normal View History

2025-01-02 17:31:12 +08:00
//app.js
2024-12-27 17:08:36 +08:00
App({
onLaunch() {
2025-02-07 16:29:25 +08:00
// wx.login({
// success: res => {
// // 发送 res.code 到后台换取 openId, sessionKey, unionId
// }
// })
2024-12-27 17:08:36 +08:00
},
globalData: {
2025-01-02 17:31:12 +08:00
userInfo: null,
2025-02-07 16:29:25 +08:00
// imgPath: 'http://106.74.34.136:8084/daqi/route/file/true/'
imgPath: 'https://www.xzszwhy.cn/daqi/route/file/true/'
2024-12-27 17:08:36 +08:00
}
})