diff --git a/src/views/pages/OpticalStoragePage/index.vue b/src/views/pages/OpticalStoragePage/index.vue index ab0a0c8..a681214 100644 --- a/src/views/pages/OpticalStoragePage/index.vue +++ b/src/views/pages/OpticalStoragePage/index.vue @@ -436,8 +436,7 @@ const send3D = () => { // 发送西小站三维移动位置 const list = { - location: "(X=117.396,Y=38.887,Z=-105.568)", - + location: "(X=-115266.854,Y=77915.687,Z=-10571.952)", rotation: "Pitch=-2.087,Yaw=-43.474,Roll=0.0", }; diff --git a/src/views/pages/homePage/index.vue b/src/views/pages/homePage/index.vue index 10f9b48..b97caf5 100644 --- a/src/views/pages/homePage/index.vue +++ b/src/views/pages/homePage/index.vue @@ -702,7 +702,7 @@ onMounted(() => { const send3D = () => { // 显示城南位置 const list = { - location: "(X=117.327,Y=39.001,Z=44242.927)", + location: "(X=-715146.324,Y=-1188697.616,Z=4422791.944)", rotation: "Pitch=-83.545,Yaw=-91.394,Roll=0", }; api_send("CameraMove", list, () => {