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) {
|
if (this.token) {
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
} else {
|
} else {
|
||||||
this.autoLogin()
|
this.autoLogin().then(() => {
|
||||||
|
this.getInfo()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
this.qqmapsdk = new QQMapWX({
|
this.qqmapsdk = new QQMapWX({
|
||||||
|
|||||||
Reference in New Issue
Block a user