This commit is contained in:
2018-11-16 18:52:48 +00:00
parent 869322032e
commit 7f8dca456a
7 changed files with 55 additions and 8 deletions

View File

@@ -48,6 +48,7 @@
<script>
import aboutInfo from "./utils/aboutinfo";
export default {
name: "App",
data() {
@@ -55,6 +56,9 @@ export default {
drawer: null
};
},
// beforeCreate() {
// },
mounted() {
if (!this.$store.state.authenticated) {
this.$router.replace({ name: "login" });