Update ThreeView2.vue
parent
5254b3f9a4
commit
b7deb85f71
|
@ -82,7 +82,6 @@ Bus.on('clickApplication', e => {
|
|||
})
|
||||
|
||||
watch(() => bimStore().activateMenu, value => {
|
||||
console.log(1,scene);
|
||||
// 更换场景颜色
|
||||
scene.background = new THREE.Color(value.background);
|
||||
toHomeView();
|
||||
|
|
Loading…
Reference in New Issue