diff --git a/src/views/pages/OpticalStoragePage/index.vue b/src/views/pages/OpticalStoragePage/index.vue index bbb8f72..ccba4f6 100644 --- a/src/views/pages/OpticalStoragePage/index.vue +++ b/src/views/pages/OpticalStoragePage/index.vue @@ -331,10 +331,22 @@ import { SVG, extend as SVGextend, Element as SVGElement, Box, Matrix } from '@s onMounted(() => { + send3D()//发送三维 getbatrry() //储能功率曲线 getuser() //充电桩用户侧功率曲线 getpv() //光伏功率曲线 + }) +const send3D=()=>{ + // 发送西小站三维移动位置 + const list = { + location: "(X=117.397109,Y=38.88534,Z=-6.317532)", + rotation: "Pitch=-15.947211,Yaw=-134.448302,Roll=0.0", + }; + api_send("CameraMove", list, () => { + console.log("CameraMove西小站"); + }); +} // 左 // 左侧页面标识 let ospageContentFlag = ref(true)