chore: selecting station checkpoint from url

This commit is contained in:
2024-08-20 14:31:52 +02:00
parent 4969a433cc
commit 481d43b6d8
3 changed files with 50 additions and 24 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ export default defineComponent({
this.$router.push({
name: 'SceneryView',
query: {
station: station.name.replaceAll(' ', '_'),
station: station.name,
region: this.$route.query.region || undefined
}
});