Merge remote-tracking branch 'origin/fix_bug_first_stage' into fix_bug_first_stage
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user