shuishen
2022-03-11 5421d1e2d9749d9193641139cbf3b3cbf2157ebb
src/pcviews/tool/download.vue
@@ -3,27 +3,18 @@
 * @Name: 地图下载
 * @Date: 2021-11-13 16:04:27
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-11-15 17:08:07
 * @Last Modified time: 2022-03-11 14:01:28
 */
<template>
    <div class="tool-download">
    </div>
    <div class="tool-download"></div>
</template>
<script>
import { mapGetters } from 'vuex'
export default {
    computed: {
        ...mapGetters([
            'viewer'
        ])
    },
    created () {
        this.viewer.exportScene()
        global.viewer.exportScene()
        this.$store.dispatch('delVisitedViews', this.$route)
        this.$router.push('/pcLayout/default')
    },