Parcourir la source

fix: move verfiy

arvin il y a 6 ans
Parent
commit
65b01b3e9d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();
     }