diff --git a/src/views/KeyNodeDiscern/anchorRecommendation/index.vue b/src/views/KeyNodeDiscern/anchorRecommendation/index.vue index d377f9d..0483aca 100644 --- a/src/views/KeyNodeDiscern/anchorRecommendation/index.vue +++ b/src/views/KeyNodeDiscern/anchorRecommendation/index.vue @@ -293,13 +293,11 @@ const handleSwitchChartTab = (tabName) => { const handlePostDialog = (post) => { postDialog.value = true currentPostPost.value = post - console.log(post) } const handleGotTopicDialog = (topic) => { topicDialog.value = true currentTopic.value = topic - console.log(topic) } let hotChartInstance = null