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 () {