// app.js App({ onLaunch() { // 展示本地存储能力 const logs = wx.getStorageSync('logs') || [] logs.unshift(Date.now()) wx.setStorageSync('logs', logs) // 登录 wx.login({ success: res => { // 发送 res.code 到后台换取 openId, sessionKey, unionId } }) }, globalData: { // sessionId:'2024052821300200006', sessionId:'2025030416200600006', tag:'mq', userInfo: null, userId:"", userCode:"", token:"", isLoggedIn:false,//是否已经登录 operator:"2025030416200600006", clientId:"", AppID:"wxbc2b6a00dd904ead", vcId:"", needRefreshIrrigationList: false // 用于标记是否需要刷新灌溉计划列表 } })