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;
   },
 };