mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
Merge pull request #438 from crawlab-team/develop
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