guhongwei 4 lat temu
rodzic
commit
da76bdeb6f
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   },
 };