mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 13:38:14 +00:00
Zmiana API
This commit is contained in:
@@ -1 +1 @@
|
|||||||
VITE_STACJOWNIK_API_URL=https://stacjownik.eu-4.evennode.com
|
VITE_STACJOWNIK_API_URL=https://stacjownik-api-b9mrc.ondigitalocean.app
|
||||||
@@ -313,6 +313,8 @@ export default defineComponent({
|
|||||||
stationData.checkpoints?.length > 0 ? stationData.checkpoints.split(';') : [stationData.name],
|
stationData.checkpoints?.length > 0 ? stationData.checkpoints.split(';') : [stationData.name],
|
||||||
nameAbbreviation: '',
|
nameAbbreviation: '',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
selectDefaultCheckpoint() {
|
selectDefaultCheckpoint() {
|
||||||
@@ -373,6 +375,7 @@ export default defineComponent({
|
|||||||
// this.departureRoutes.push(randRoute);
|
// this.departureRoutes.push(randRoute);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.departureRoutes.sort(() => Math.random() - 0.5);
|
this.departureRoutes.sort(() => Math.random() - 0.5);
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -395,7 +398,7 @@ export default defineComponent({
|
|||||||
.slot-anim {
|
.slot-anim {
|
||||||
&-enter-active,
|
&-enter-active,
|
||||||
&-leave-active {
|
&-leave-active {
|
||||||
transition: all 50ms ease-in-out;
|
transition: all 75ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-enter-from,
|
&-enter-from,
|
||||||
|
|||||||
Reference in New Issue
Block a user