From 8aacbde26b775140301055a63c447a21041727b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyu=E2=80=9D?= <“winebunny@163.com”> Date: Tue, 16 Jul 2024 23:05:53 +0800 Subject: [PATCH] 12-3d --- src/views/pages/OpticalStoragePage/index.vue | 3 +-- src/views/pages/homePage/index.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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, () => {