Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -134,7 +134,9 @@ import { mapActions, mapState } from 'vuex'
|
||||
if (this.token) {
|
||||
this.getInfo()
|
||||
} else {
|
||||
this.autoLogin()
|
||||
this.autoLogin().then(() => {
|
||||
this.getInfo()
|
||||
})
|
||||
}
|
||||
|
||||
this.qqmapsdk = new QQMapWX({
|
||||
|
||||
Reference in New Issue
Block a user