修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-19 10:41:35 +08:00
parent 9c878e9cb9
commit 406b736075
4 changed files with 6 additions and 2 deletions
@@ -116,6 +116,7 @@
}
},
mounted() {
document.title = 'Country Card'+ '-' + this.$t('details')
this.queryCountry(() => {
this.replacePage()
})
@@ -278,10 +278,12 @@
}
},
mounted() {
document.title = this.$t('problemKnowledgeBase') + this.$t('newlyAdded')
this.getBase()
if (this.$route.query.id) {
this.queryById()
document.title = this.$t('problemKnowledgeBase') + this.$t('edit')
} else {
document.title = this.$t('problemKnowledgeBase') + this.$t('newlyAdded')
}
},
methods: {
@@ -95,6 +95,7 @@
},
mounted() {
this.getList()
document.title = this.$t('managePublishing')
},
methods: {
...mapGetters(['userInfo']),