guhongwei преди 4 години
родител
ревизия
da76bdeb6f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/meetingBrief/index.vue

+ 1 - 1
src/views/meetingBrief/index.vue

@@ -58,7 +58,7 @@ export default {
     },
   },
   mounted() {
-    this.title = this.$route.query.type;
+    this.title = this.$route.meta.title;
     this.isleftarrow = this.$route.meta.isleftarrow;
   },
 };