소스 검색

fix: move verfiy

arvin 6 년 전
부모
커밋
65b01b3e9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/topics/editor.vue

+ 1 - 0
components/topics/editor.vue

@@ -140,6 +140,7 @@ export default {
   computed: {},
   mounted() {
     this.needLogin();
+    this.needVerify();
     if (this.$route.params.id) {
       this.loadData();
     }