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();
     }