This commit is contained in:
booploops 2021-12-17 18:25:30 -08:00
parent 27f49fc8e8
commit 832e0f75bf
2 changed files with 3 additions and 3 deletions

View file

@ -553,7 +553,7 @@ const app = new Vue({
// if the route contains does not include a / then route to the page directly
if (route.indexOf("/") == -1) {
this.page = route
window.location.hash = `${page}/${id}`
window.location.hash = this.page
return
}
let hash = route.split("/")