This commit is contained in:
@@ -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" });
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user