diff --git a/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue b/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue index 77a0d4a1..54c3fd90 100644 --- a/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue +++ b/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue @@ -84,6 +84,9 @@ export default { this.getClassList() this.getKnowledgeList() }, + onShow() { + document.title = '党员学习' + }, methods: { getTodayList() { this.$http.post(`/app/apppartyeducation/list?style=2&size=1&status=1`).then((res) => { diff --git a/src/apps/AppPartyHistoryEducation/videoDetail.vue b/src/apps/AppPartyHistoryEducation/videoDetail.vue index 1d5872f5..207ba3ed 100644 --- a/src/apps/AppPartyHistoryEducation/videoDetail.vue +++ b/src/apps/AppPartyHistoryEducation/videoDetail.vue @@ -51,6 +51,9 @@ export default { this.getClassDetail() this.getVideoList() }, + onShow() { + document.title = '党员学习' + }, methods: { change(index) { this.current = index;