fixed send user stats issue

This commit is contained in:
Marvin Zhang
2019-06-04 20:26:33 +08:00
parent a3a5916d8f
commit 44a941c72a
2 changed files with 10 additions and 8 deletions

View File

@@ -401,7 +401,7 @@ export default {
})
},
onView (row) {
this.$router.push('/spiders/' + row._id)
this.$router.push('/spiders/' + row._id)
this.$st.sendEv('爬虫', '查看')
},
onPageChange () {