diff --git a/src/pages/scene-editor.vue b/src/pages/scene-editor.vue index 9f5b286..51b6775 100644 --- a/src/pages/scene-editor.vue +++ b/src/pages/scene-editor.vue @@ -36,6 +36,10 @@ const props = defineProps(); const { t } = useI18n(); const { isConverting, convertSmapToScene, exportSceneToSmap, convertSceneToIray } = useMapConversion(); +const openInNewTab = () => { + window.open(window.location.href, '_blank'); +}; + const normalizeSceneJson = (raw: unknown): unknown => { if (raw == null) return raw; @@ -745,6 +749,7 @@ const handleFloorChange = async (value: any) => { {{ title }} --场景编辑 返回 + 在新标签页打开 保存比例