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