master
parent
938256e828
commit
fef76ad578
|
@ -331,10 +331,22 @@ import { SVG, extend as SVGextend, Element as SVGElement, Box, Matrix } from '@s
|
||||||
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
send3D()//发送三维
|
||||||
getbatrry() //储能功率曲线
|
getbatrry() //储能功率曲线
|
||||||
getuser() //充电桩用户侧功率曲线
|
getuser() //充电桩用户侧功率曲线
|
||||||
getpv() //光伏功率曲线
|
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)
|
let ospageContentFlag = ref(true)
|
||||||
|
|
Loading…
Reference in New Issue