master
“yu” 2024-07-17 15:18:07 +08:00
parent b40ea601f0
commit 6ae8e0286c
2 changed files with 7 additions and 3 deletions

View File

@ -450,7 +450,9 @@ const send3D = () => {
// 西
const list = {
location: "(X=-115266.854,Y=77915.687,Z=-10571.952)",
// location: "(X=-115266.854,Y=77915.687,Z=-10571.952)",
// rotation: "Pitch=-2.087,Yaw=-43.474,Roll=0.0",
location: "(X=-104747.612,Y=105710.842,Z=-279.286)",
rotation: "Pitch=-2.087,Yaw=-43.474,Roll=0.0",
};
@ -620,7 +622,7 @@ let svgLevel = ref<number>(1);
let handleEnter = () => {
dialogVisible.value = true;
loadingFlag.value = true;
send3d_xuehua()
send3d_xuehua();
nextTick(() => {
SVGContainer.value.innerHTML = OpticalStorageSVG as any;
draw = SVG(SVGContainer.value.getElementsByTagName("svg")[0]);

View File

@ -326,7 +326,9 @@
></el-pagination>
</div>
</div>
<div class="ajustCar" v-if="ajustCarPageFlag">
<div class="ajustCar" v-if="false">
<!-- <div class="ajustCar" v-if="ajustCarPageFlag"> -->
<div class="tip">
<img src="@/assets/images/mainPage/icon_title2.png" alt="" />
<span class="jianbian">能量调节</span>