shuishen
2022-04-29 443c649303cc275f4ff07b3d2f5e589047f8054d
src/components/mobileCortrolButtom/index.vue
@@ -67,6 +67,7 @@
            ]
        }
    },
    props: ['mapCenter', 'frislayertHeight'],
    computed: {
        ...mapGetters([
            'openmobileGoTo',
@@ -126,7 +127,22 @@
            //     }
            //     return;
            //   }
            window.startPointFn()
            var that = this
            global.viewer.flyToPosition(
                new global.DC.Position(
                    that.mapCenter[0],
                    that.mapCenter[1],
                    that.frislayertHeight,
                    that.dimensionData.heading,
                    that.dimensionData.pitch,
                    that.dimensionData.roll
                ),
                () => {
                },
                0
            )
        },
        openActivity () {
            const d = {