Browse Source

摄像机 显示代码提交

wangqin
Joe 10 months ago
parent
commit
167a01ca8c
  1. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/buttonEvent.js

4
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/buttonEvent.js

@ -50,7 +50,7 @@ export const eventMap = {
this, this,
item, item,
data, data,
() => { (item) => {
const { lng, lat } = PilePointJSON[item.pileNum] || {}; const { lng, lat } = PilePointJSON[item.pileNum] || {};
return { return {
@ -87,7 +87,7 @@ export const eventMap = {
this, this,
item, item,
data, data,
() => { (item) => {
const { lng, lat } = PilePointJSON[item.pileNum] || {}; const { lng, lat } = PilePointJSON[item.pileNum] || {};
return { return {

Loading…
Cancel
Save