修改禅道已知bug
This commit is contained in:
@@ -116,6 +116,7 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
document.title = 'Country Card'+ '-' + this.$t('details')
|
||||
this.queryCountry(() => {
|
||||
this.replacePage()
|
||||
})
|
||||
|
||||
+3
-1
@@ -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: {
|
||||
|
||||
+1
@@ -95,6 +95,7 @@
|
||||
},
|
||||
mounted() {
|
||||
this.getList()
|
||||
document.title = this.$t('managePublishing')
|
||||
},
|
||||
methods: {
|
||||
...mapGetters(['userInfo']),
|
||||
|
||||
Reference in New Issue
Block a user