Compare commits

..

No commits in common. '928947bab4519bd62d11ce1ae43cb2aed576a2f3' and 'ff0986230cb94d24c10091264d7cbdf4d14a0c8b' have entirely different histories.

  1. 2
      BagStation/pages/newRoutePlanning/newRoutePlanning.vue

@ -487,7 +487,7 @@
markerList.forEach((item, index) => { markerList.forEach((item, index) => {
let configure = { let configure = {
siteId: item.id, siteId: item.id,
id: Number(`${index}`), //2023.08.30 bid MAPmarker idid id: Number(`${index}`), //2023.08.30 bid
imgCustomCallout: this.olitype(item.siteChannel), imgCustomCallout: this.olitype(item.siteChannel),
iconPath: '../../static/img/tt.png', iconPath: '../../static/img/tt.png',
width: 5, width: 5,

Loading…
Cancel
Save