瀏覽代碼

fix: login

pull/66/head
Tyler Chen 4 年之前
父節點
當前提交
a406a27a39
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue 查看文件

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


Loading…
取消
儲存