Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-11-04 18:11:30 +08:00

View File

@@ -134,7 +134,9 @@ import { mapActions, mapState } from 'vuex'
if (this.token) { if (this.token) {
this.getInfo() this.getInfo()
} else { } else {
this.autoLogin() this.autoLogin().then(() => {
this.getInfo()
})
} }
this.qqmapsdk = new QQMapWX({ this.qqmapsdk = new QQMapWX({