This commit is contained in:
yanran200730
2022-11-04 17:45:20 +08:00
parent 60fdec8005
commit 92bdae2c35

View File

@@ -134,7 +134,10 @@ 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.getInfo()
} }
this.qqmapsdk = new QQMapWX({ this.qqmapsdk = new QQMapWX({