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