- fix: refresh token, codice di errore ...

This commit is contained in:
Surya Paolo
2025-03-15 14:52:25 +01:00
parent dfce2bc5eb
commit 201b739c8c
59 changed files with 726 additions and 87 deletions

View File

@@ -73,22 +73,22 @@ export default defineComponent({
}
const myIcon = L.icon({
iconUrl: 'images/icon.png',
iconUrl: '/images/icon.png',
iconSize: [30, 30],
iconAnchor: [22, 35],
popupAnchor: [-6, -36],
shadowUrl: 'images/marker-shadow.png',
shadowUrl: '/images/marker-shadow.png',
shadowSize: [60, 30],
shadowAnchor: [22, 35]
});
const myIconPosAtt = L.icon({
iconUrl: 'images/icon.png',
iconUrl: '/images/icon.png',
iconSize: [30, 30],
iconAnchor: [22, 35],
popupAnchor: [-6, -36],
shadowUrl: 'images/marker-shadow.png',
shadowUrl: '/images/marker-shadow.png',
shadowSize: [60, 30],
shadowAnchor: [22, 35]
});
@@ -331,7 +331,7 @@ export default defineComponent({
iconSize: [40, 40],
iconAnchor: [22, 35],
popupAnchor: [-6, -36],
shadowUrl: 'images/marker-shadow.png',
shadowUrl: '/images/marker-shadow.png',
shadowSize: [60, 30],
shadowAnchor: [22, 35]
});