This commit is contained in:
2018-11-14 23:13:22 +00:00
parent 105c8c9a78
commit 84e776f66e
6 changed files with 34 additions and 6 deletions

View File

@@ -61,6 +61,8 @@ export default {
},
mounted() {
if (!this.$store.state.authenticated) {
// eslint-disable-next-line
console.log("App.vue::page url is:" + this.$route.query.page);
this.$router.replace({ name: "login" });
}
},