校园-江西科技师范大学-前端
shuishen
2023-12-08 2a99e1fa805bd78c7e10ab937e136ff627c3b271
src/components/map/index.vue
@@ -174,6 +174,8 @@
                    this.$refs.leftNav.initialize(newData)
                    this.$refs.campusNavRoute.closeModel()
                    this.createdLayers(newData)
                })
            }
@@ -239,6 +241,7 @@
            })
        })
    },
    methods: {
        createdLayers (campusKey) {
            const that = this
@@ -361,7 +364,9 @@
                let result = res.data.data
                this.$store.dispatch('setOurDataInPoput', {
                    item: result
                    item: result,
                    lng: event.event.coordinate[0],
                    lat: event.event.coordinate[1]
                })
                this.openPopups({
@@ -385,7 +390,7 @@
        mapClick (e) {
            this.$refs.campusNavRoute.shortcutShow(e)
            // this.$refs.campusBuildingSearch.shortcutShow(e)
            this.$refs.campusBuildingSearch.shortcutShow(e)
        },
        campusCut (campusKey) {