master
parent
b40ea601f0
commit
6ae8e0286c
|
@ -450,7 +450,9 @@ const send3D = () => {
|
||||||
// 发送西小站三维移动位置
|
// 发送西小站三维移动位置
|
||||||
|
|
||||||
const list = {
|
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",
|
rotation: "Pitch=-2.087,Yaw=-43.474,Roll=0.0",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -620,7 +622,7 @@ let svgLevel = ref<number>(1);
|
||||||
let handleEnter = () => {
|
let handleEnter = () => {
|
||||||
dialogVisible.value = true;
|
dialogVisible.value = true;
|
||||||
loadingFlag.value = true;
|
loadingFlag.value = true;
|
||||||
send3d_xuehua()
|
send3d_xuehua();
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
SVGContainer.value.innerHTML = OpticalStorageSVG as any;
|
SVGContainer.value.innerHTML = OpticalStorageSVG as any;
|
||||||
draw = SVG(SVGContainer.value.getElementsByTagName("svg")[0]);
|
draw = SVG(SVGContainer.value.getElementsByTagName("svg")[0]);
|
||||||
|
|
|
@ -326,7 +326,9 @@
|
||||||
></el-pagination>
|
></el-pagination>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ajustCar" v-if="ajustCarPageFlag">
|
<div class="ajustCar" v-if="false">
|
||||||
|
|
||||||
|
<!-- <div class="ajustCar" v-if="ajustCarPageFlag"> -->
|
||||||
<div class="tip">
|
<div class="tip">
|
||||||
<img src="@/assets/images/mainPage/icon_title2.png" alt="" />
|
<img src="@/assets/images/mainPage/icon_title2.png" alt="" />
|
||||||
<span class="jianbian">能量调节</span>
|
<span class="jianbian">能量调节</span>
|
||||||
|
|
Loading…
Reference in New Issue