update
This commit is contained in:
parent
f801f2dfd9
commit
e410ef3a24
@ -41,7 +41,7 @@ onMounted(() => {
|
||||
initModel();
|
||||
|
||||
viewer.scene.traverse((item: THREE.Object3D) => {
|
||||
console.log(item, '0000000000');
|
||||
//console.log(item, '0000000000');
|
||||
});
|
||||
});
|
||||
|
||||
@ -272,8 +272,7 @@ const onMouseMove = (intersects: THREE.Intersection[]) => {
|
||||
// };
|
||||
findClickModel(selectedObject);
|
||||
|
||||
console.log(selectedObjectName, '--selectedObjectName---');
|
||||
console.log(selectedObject, '------selectedObject---------');
|
||||
console.log(selectedObjectName,selectedObject, '--selectedObjectName---');
|
||||
const rack = findParent(selectedObject, checkIsRack);
|
||||
console.log(rack, '-------rack---------');
|
||||
if (rack) {
|
||||
|
@ -25,7 +25,7 @@
|
||||
<ZdScrollBoard ref="devList" :config="zd_config" class="zd-scroll-board"/>
|
||||
</div>
|
||||
|
||||
<!-- <Sence /> -->
|
||||
<Sence />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -535,7 +535,7 @@ onMounted(() => {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 1920px;
|
||||
height: 236px;
|
||||
height: 184px;
|
||||
background-image: url('./image/u799.png'), url('./image/u802.png');
|
||||
background-position: bottom, 50% 100%;
|
||||
background-repeat: no-repeat, no-repeat;
|
||||
@ -544,7 +544,7 @@ onMounted(() => {
|
||||
width: 716px;
|
||||
height: 120px,;
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
top: 28px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user