This commit is contained in:
yanran200730
2022-01-14 11:40:26 +08:00
parent 7ed146cbf4
commit 2d4a14d01d
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()
},