diff --git a/src/views/choujiang/hxl-cj/cj.vue b/src/views/choujiang/hxl-cj/cj.vue index 9483de6..5da3163 100644 --- a/src/views/choujiang/hxl-cj/cj.vue +++ b/src/views/choujiang/hxl-cj/cj.vue @@ -541,7 +541,7 @@ const initCards = () => { 1, 10000 ); - camera.position.z = 3000; + camera.position.z = 3500; scene = new THREE.Scene(); @@ -1314,7 +1314,6 @@ function onWindowResize() { onMounted(async () => { initAll(); - window.addEventListener("resize", onWindowResize, false); });