From 5421d1e2d9749d9193641139cbf3b3cbf2157ebb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Mar 2022 18:03:23 +0800
Subject: [PATCH] 部分更改

---
 src/pcviews/tool/download.vue |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/pcviews/tool/download.vue b/src/pcviews/tool/download.vue
index 6f58cb1..16b3ea3 100644
--- a/src/pcviews/tool/download.vue
+++ b/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')
     },

--
Gitblit v1.9.3