From d41be60d948d1928b3e3c76cae2a089e1c8bdc48 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sat, 09 Nov 2024 15:57:44 +0800
Subject: [PATCH] 回滚代码

---
 src/views/layout/components/scomponents/tool/exportScene.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/layout/components/scomponents/tool/exportScene.vue b/src/views/layout/components/scomponents/tool/exportScene.vue
index 68bd080..f139255 100644
--- a/src/views/layout/components/scomponents/tool/exportScene.vue
+++ b/src/views/layout/components/scomponents/tool/exportScene.vue
@@ -2,9 +2,7 @@
 </template>
 
 <script setup>
-import { getViewer } from 'utils/getViewer'
-const globalViewer = getViewer()
-globalViewer.exportScene()
+window.$viewer.exportScene()
 const emit = defineEmits(['closeChild'])
 emit('closeChild')
 </script>

--
Gitblit v1.9.3