From bef7167141e15a471025811e1b62a3e1d187af80 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Mon, 24 Feb 2020 11:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=AF=BC=E8=88=AA=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Overview/TaskOverview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Overview/TaskOverview.vue b/frontend/src/components/Overview/TaskOverview.vue index 762d64c5..0f34687c 100644 --- a/frontend/src/components/Overview/TaskOverview.vue +++ b/frontend/src/components/Overview/TaskOverview.vue @@ -71,11 +71,11 @@ export default { methods: { onNavigateToSpider () { this.$router.push(`/spiders/${this.spiderForm._id}`) - this.$st.sendEv('任务详情', '概览', '点击节点详情') + this.$st.sendEv('任务详情', '概览', '点击爬虫详情') }, onNavigateToNode () { this.$router.push(`/nodes/${this.nodeForm._id}`) - this.$st.sendEv('任务详情', '概览', '点击爬虫详情') + this.$st.sendEv('任务详情', '概览', '点击节点详情') } }, created () {