更新百度统计事件名称

This commit is contained in:
marvzhang
2019-12-13 13:53:27 +08:00
parent 556b2841ec
commit 34eef73283
15 changed files with 54 additions and 105 deletions

View File

@@ -202,7 +202,7 @@ export default {
},
onRefresh () {
this.$store.dispatch('node/getNodeList')
this.$st.sendEv('节点', '刷新')
this.$st.sendEv('节点列表', '刷新')
},
onSubmit () {
const vm = this
@@ -246,13 +246,13 @@ export default {
message: 'Deleted successfully'
})
})
this.$st.sendEv('节点', '删除', 'id', row._id)
this.$st.sendEv('节点列表', '删除节点')
})
},
onView (row) {
this.$router.push(`/nodes/${row._id}`)
this.$st.sendEv('节点', '查看', 'id', row._id)
this.$st.sendEv('节点列表', '查看节点')
},
onPageChange () {
this.$store.dispatch('node/getNodeList')