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

Loading…
Cancel
Save