Commit 2522c27a authored by wuquanxin's avatar wuquanxin

代码提交

parent 69e9352a
...@@ -178,4 +178,12 @@ export const noVehicleDetail = () =>request({ ...@@ -178,4 +178,12 @@ export const noVehicleDetail = () =>request({
export const noVehicleTrend = () => request({ export const noVehicleTrend = () => request({
url: '/holo/analysis-cross-non-motor/category-monitor-trend', url: '/holo/analysis-cross-non-motor/category-monitor-trend',
method: 'get', method: 'get',
}) })
\ No newline at end of file
export const api_getCameraTable = (data) =>
request({
url: '/holo/analysis-statistic-data-lane/page',
method: 'post',
data: data
})
...@@ -680,7 +680,8 @@ export function addOrUpdateEventPoint1(map, geo, callback) { ...@@ -680,7 +680,8 @@ export function addOrUpdateEventPoint1(map, geo, callback) {
} }
// 相机设备 // 相机设备
export function addOrUpdateEquipCamera(map, geo, callback) { export function addOrUpdateEquipCamera(map, arr, callback) {
let geo = convertPointsWktToGeo(arr);
if (!map.getSource("camera")) { if (!map.getSource("camera")) {
console.log("addsource"); console.log("addsource");
map.addSource("camera", { map.addSource("camera", {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
{{ model.equipAddr || "暂无安装地址信息" }} {{ model.equipAddr || "暂无安装地址信息" }}
</div> </div>
<div class="camera_main"> <div class="camera_main">
<camera-video <camera-video
ref="cameraVideo" ref="cameraVideo"
style="height: 100%; width: 100%" style="height: 100%; width: 100%"
...@@ -358,7 +358,7 @@ export default { ...@@ -358,7 +358,7 @@ export default {
} }
.equip_camera { .equip_camera {
width: 447PX; width: 800PX;
.camera_header { .camera_header {
height: 43PX; height: 43PX;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment