From 423ee48c8534241afd27fadab069ac43e3509f36 Mon Sep 17 00:00:00 2001 From: duanhao Date: Thu, 14 Aug 2025 16:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/KeyNodeDiscern/anchorRecommendation/index.vue | 2 -- 1 file changed, 2 deletions(-) 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