@@ -195,6 +195,7 @@ export default {
this.resetCss()
},
mounted() {
+ document.title = '纪要详情';
if(this.$route.query.id) {
this.id = this.$route.query.id
this.from_type = this.$route.query.fromType;