From 1ba5401b05c4b3b00244484067952b1f6c04b278 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 9 May 2024 16:26:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E5=AD=90=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E4=B8=AD=E5=BC=95=E5=85=A5congfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index_photon.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/bigScreen/index_photon.vue b/src/views/bigScreen/index_photon.vue index f3fd3cab..1020ddd3 100644 --- a/src/views/bigScreen/index_photon.vue +++ b/src/views/bigScreen/index_photon.vue @@ -398,6 +398,7 @@ import * as BABYLON from "babylonjs"; import * as BABYLON_GUI from "babylonjs-gui"; import * as BABYLON_GRID from "@/utils/gridMaterial"; import * as BABYLON_MATERIAL from "@/utils/babylonMaterial"; +import config from "@/config"; BABYLON.DracoCompression.Configuration.decoder.wasmUrl = "./draco_wasm_wrapper_gltf.js"; BABYLON.DracoCompression.Configuration.decoder.wasmBinaryUrl =