guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
da76bdeb6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   },
 };