修复任务详情导航不对问题

This commit is contained in:
marvzhang
2020-02-24 11:53:32 +08:00
parent 22c45d3db4
commit bef7167141

View File

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