修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-01 14:56:04 +08:00
parent 1e5eb47d97
commit 0faf669c5f
@@ -148,8 +148,8 @@
}
},
created() {
document.title = this.$t('projectDetails') + '-' + this.$route.query.projectName
this.title = this.$route.query.projectName + '-' + this.$route.query.targetMarket_dictText
document.title = this.$route.query.projectName ? this.$t('projectDetails') + '-' + this.$route.query.projectName : this.$t('projectDetails')
this.title = this.$route.query.projectName && this.$route.query.targetMarket ? this.$route.query.projectName + '-' + this.$route.query.targetMarket : this.$t('projectDetails')
},
mounted() {
this.getTaskId()