mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fixed baidu tongji issue
This commit is contained in:
@@ -48,8 +48,8 @@ export default {
|
||||
])
|
||||
},
|
||||
methods: {
|
||||
onTabClick (name) {
|
||||
this.$st.sendEv('节点详情', '切换标签', name)
|
||||
onTabClick (tab) {
|
||||
this.$st.sendEv('节点详情', '切换标签', tab.name)
|
||||
},
|
||||
onNodeChange (id) {
|
||||
this.$router.push(`/nodes/${id}`)
|
||||
|
||||
Reference in New Issue
Block a user