Skip to content

Commit 9b3dc66

Browse files
committed
去掉没用的console
1 parent 796fd9e commit 9b3dc66

7 files changed

Lines changed: 0 additions & 16 deletions

File tree

joyqueue-console/joyqueue-portal/src/views/monitor/detail/producerDetail.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,8 @@ export default {
133133
watch: {
134134
'$route' (to, from) {
135135
if (to.query.tab === 'producerDetail') {
136-
console.log('pd')
137136
this.subTab = to.query.subTab || this.subTab
138137
}
139-
// console.log('to')
140-
// if (to.query.tab === 'producerDetail') {
141-
// this.getList()
142-
// }
143138
}
144139
},
145140
methods: {
@@ -148,7 +143,6 @@ export default {
148143
// return
149144
// }
150145
if (this.$route.query.producerDetailVisible === '1') {
151-
console.log('pd')
152146
let name = data.name
153147
this.$refs[name].search.app.code = this.$route.query.app || ''
154148
this.$refs[name].search.topic.code = this.$route.query.topic || ''

joyqueue-console/joyqueue-portal/src/views/monitor/producerWeightForm.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ export default {
7474
}
7575
},
7676
mounted () {
77-
console.log(2)
78-
console.log(this.producerId)
7977
this.getList()
8078
}
8179
}

joyqueue-console/joyqueue-portal/src/views/topic/detail.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,8 @@ export default {
205205
this.$refs.detail.$refs['archive'] = this.$refs.archive
206206
this.$refs.detail.$refs['producerDetail'] = this.$refs.producerDetail
207207
this.$refs.detail.$refs['consumerDetail'] = this.$refs.consumerDetail
208-
console.log(11)
209208
this.isArchiveEnabled()
210209
this.isRetryEnabled()
211-
console.log(this.archiveEnabled)
212-
console.log(this.retryEnabled)
213210
}
214211
}
215212
</script>

joyqueue-console/joyqueue-portal/src/views/topic/groupScale.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export default {
8080
groupNo: this.data.groupNo,
8181
brokerId: item.id
8282
}
83-
console.log(99)
84-
console.log(this.data)
8583
let _this = this
8684
this.$Dialog.confirm({
8785
title: '提示',

joyqueue-console/joyqueue-portal/src/views/topic/partitionGroup.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ export default {
347347
this.positionDialog.visible = false
348348
},
349349
groupScale (item) {
350-
console.log(88)
351350
this.groupScaleDialogData = {groupNo: item.groupNo, topic: {id: item.topic.id, code: item.topic.code}, namespace: {id: item.namespace.id, code: item.namespace.code}}
352351
this.groupScaleDialog.visible = true
353352
},

joyqueue-console/joyqueue-portal/src/views/topic/producer.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export default {
118118
},
119119
methods: {
120120
getList () {
121-
console.log('cc')
122121
this.$refs.producerBase.getList()
123122
},
124123
handleDetail (item) {

joyqueue-console/joyqueue-portal/src/views/topic/slot/detailSlot.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export default {
6262
this.$router.push({name: `/${this.$i18n.locale}/topic`})
6363
},
6464
handleTabChange (data) {
65-
console.log('detail')
6665
let name = data.name
6766
6867
if (name === 'producer' || name === 'consumer') {

0 commit comments

Comments
 (0)