Fix URLs when clicking on screens
This commit is contained in:
parent
6b5c1ffafa
commit
f8f7a73a67
|
@ -19,7 +19,7 @@
|
||||||
const changeScreen = screenId => {
|
const changeScreen = screenId => {
|
||||||
// select the route
|
// select the route
|
||||||
store.actions.screens.select(screenId)
|
store.actions.screens.select(screenId)
|
||||||
$goto(`./screen/${screenId}`)
|
$goto(`./${screenId}`)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue