fix 80722

This commit is contained in:
赵霄
2024-01-12 16:31:37 +08:00
parent eebc23e044
commit deb6f713e8
3 changed files with 0 additions and 3 deletions
@@ -179,7 +179,6 @@ export default {
} else {
this.isDisplay = true
}
document.title = this.$t('docTool.comparison.documentComparison') + ' - ' + this.$t('docTool.comparison.comparisonResults')
this.language = localStorage.getItem('language') || ''
this.getData()
},
@@ -194,7 +194,6 @@ export default {
},
mounted () {
this.getData()
document.title = this.$t('docTool.comparison.documentComparison') + ' - ' + this.$t('edit')
},
methods: {
// 文档对比的一致按钮点击
@@ -281,7 +281,6 @@ export default {
mounted () {
this.getListLeft()
this.getListRight()
document.title = this.$t('documentComparison') + ' - ' + this.$t('initiateComparison')
},
methods: {
...mapGetters(['userInfo']),