From 2d4a14d01d443a983460fec695c8d45bcc3f467e Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 14 Jan 2022 11:40:26 +0800 Subject: [PATCH] 26334 --- src/apps/AppBuilding/map.vue | 2 +- src/components/AiTMap.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/AppBuilding/map.vue b/src/apps/AppBuilding/map.vue index 5cf0fd2a..9d5cd4cc 100644 --- a/src/apps/AppBuilding/map.vue +++ b/src/apps/AppBuilding/map.vue @@ -62,7 +62,7 @@ export default { retryTimes: 0 } }, - computed: {...mapState(['user'])}, + computed: {...mapState(['user', ])}, mounted() { this.initMap() }, diff --git a/src/components/AiTMap.vue b/src/components/AiTMap.vue index 9c1f6453..ada7504e 100644 --- a/src/components/AiTMap.vue +++ b/src/components/AiTMap.vue @@ -6,6 +6,7 @@