diff --git a/src/views/sponeScreen/projectHM/gongchenkanbani_comp/modalSJ.vue b/src/views/sponeScreen/projectHM/gongchenkanbani_comp/modalSJ.vue index 94574a2..760af2f 100644 --- a/src/views/sponeScreen/projectHM/gongchenkanbani_comp/modalSJ.vue +++ b/src/views/sponeScreen/projectHM/gongchenkanbani_comp/modalSJ.vue @@ -18,9 +18,9 @@ const AllData = ref({ show: false, numer: '0%', - imgUrl: '/threeModal/baoGH.JPG', - imgWidth: 1200, - imgHeight: 560, + imgUrl: '/threeModal/baoGH.JPG', //渲染的目标图片 + imgWidth: 1200, //渲染宽度px + imgHeight: 560, //渲染高度px }); // 初始化模型 const Scene = new THREE.Scene();