mini-program/App.vue
@@ -26,7 +26,7 @@ // 判断有无用户信息 if (res.data.member) { await that.$store.commit('setUserInfo', res.data.member) await that.$store.commit('setOpenId', res.data.member.openid) await that.$store.commit('setOpenId', res.data.member.openId) } // 设置定位 await that.checkLocationAuth()