修改禅道已知bug

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