Fix routing issue on first login

This commit is contained in:
Roman Cervantes 2020-01-22 10:03:22 -07:00
parent b392112b54
commit 7e36cd5c04

View file

@ -63,7 +63,11 @@ export default {
}, },
mounted() { mounted() {
if (this.platform) {
this.load(); this.load();
} else {
this.$router.push({ name: 'platforms' });
}
}, },
methods: { methods: {