Starting point for home page

This commit is contained in:
Mark Cooper 2021-09-28 06:44:40 -05:00
parent a343a1038c
commit 868e1af28a
14 changed files with 321 additions and 26 deletions

View file

@ -37,7 +37,7 @@ export default {
if (this.$route.query.redirect) {
this.$router.replace(this.$route.query.redirect)
} else {
this.$router.replace('/library')
this.$router.replace('/')
}
}
}