校园-江西科技师范大学-前端
shuishen
2023-12-05 30f4204ca6fb295d0f3d9cae41fbb4e62321beb4
src/components/mobilePopupOurOnce/index.vue
@@ -64,7 +64,9 @@
        ...mapGetters(['mviewer']),
        seebut () {
            const buts = this.onceData.buts
            let b = []
            for (const k in buts) {
                if (buts[k] == '实景') {
                    continue
@@ -73,6 +75,7 @@
                    name: buts[k]
                })
            }
            if (this.ourData.panoramaurl) {
                b.push({
                    name: '实景'
@@ -114,10 +117,6 @@
                if (this.ourData.name == '活动') {
                    console.log(this.ourData)
                    return
                }
                const options = {
                    url: 'https://js.arcgis.com/4.14/',
                    css: 'https://js.arcgis.com/4.14/esri/themes/light/main.css'
                }
                this.$EventBus.$emit('addSitePositionLayer', this.ourData)