diff --git a/frontend/src/components/ScrollView/LogView.vue b/frontend/src/components/ScrollView/LogView.vue index 04905cb8..a062b5ae 100644 --- a/frontend/src/components/ScrollView/LogView.vue +++ b/frontend/src/components/ScrollView/LogView.vue @@ -192,6 +192,7 @@ export default { }, onAutoScroll () { this.toBottom() + this.$st.sendEv('任务详情', '日志', '点击自动滚动') }, toggleErrors () { this.isErrorsCollapsed = !this.isErrorsCollapsed