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() {
   mounted() {
-    this.title = this.$route.query.type;
+    this.title = this.$route.meta.title;
     this.isleftarrow = this.$route.meta.isleftarrow;
     this.isleftarrow = this.$route.meta.isleftarrow;
   },
   },
 };
 };