|
|
@@ -779,7 +779,7 @@ export default {
|
|
|
let { longitude, latitude, viewUrl, id } = item;
|
|
|
let content = `<div style='width:160px'>
|
|
|
<img id='img${id}' style='width:160px;height:160px;object-fit:contain;' src='${viewUrl}'/>
|
|
|
- <img style='display:block;width:26px;margin:6px auto' src='https://hhd-pat-1255802371.cos.ap-shanghai.myqcloud.com/frontend/ship-red-icon.png'/>
|
|
|
+ <div style='width:10px;height:10px;border-radius:50%;background:#d71345;margin:6px auto'></div>
|
|
|
</div>`;
|
|
|
|
|
|
map.value.setCenter([longitude, latitude]);
|