Browse Source

fix: login

pull/66/head
Tyler Chen 4 years ago
parent
commit
a406a27a39
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue View File

@@ -115,6 +115,8 @@ export default {
this.$route.path === '/verifyEmail'
) {
this.$router.push('/');
} else {
this.initDefaults();
}
},
},


Loading…
Cancel
Save