src/components/login.vue @@ -257,6 +257,7 @@ this.$store.commit('getPermsEntity', res.result); if (res.result.length != 0) { sessionStorage.setItem('routerName', '/Synthesis') this.$router.push('/'); } this.loading = false