mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
fixed send user stats issue
This commit is contained in:
@@ -401,7 +401,7 @@ export default {
|
||||
})
|
||||
},
|
||||
onView (row) {
|
||||
this.$router.push('/spiders/' + row._id)
|
||||
this.$router.push('/spiders/' + row._id)
|
||||
this.$st.sendEv('爬虫', '查看')
|
||||
},
|
||||
onPageChange () {
|
||||
|
||||
Reference in New Issue
Block a user