修复点击设备卡墙视角中间

This commit is contained in:
Hcat
2024-01-14 21:17:50 +08:00
parent 20c7c764ff
commit 305c944f35
3 changed files with 3 additions and 4 deletions

View File

@@ -49,7 +49,6 @@ import { OBJLoader } from "three/examples/jsm/loaders/OBJLoader";
import { RGBELoader } from "three/examples/jsm/loaders/RGBELoader";
import { onMounted, reactive, ref, toRaw, watch } from "vue";
import { ElMessage } from "element-plus";
import { useModelSceneStore } from "@/store/modelSceneStore";
// 获取html标签跟随组件dom
const content = ref(null);