“yu” 2024-07-15 14:22:26 +08:00
parent 938256e828
commit fef76ad578
1 changed files with 12 additions and 0 deletions

View File

@ -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)