This commit is contained in:
liuye
2022-01-14 11:43:36 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ export default {
retryTimes: 0
}
},
computed: {...mapState(['user'])},
computed: {...mapState(['user', ])},
mounted() {
this.initMap()
},