Commit 9c5d40ce authored by “yiyousong”'s avatar “yiyousong”

perf: 查看事项分类添加埋点

parent c2ab86b3
......@@ -31,6 +31,13 @@
v-for="v in folderList"
:key="v.id"
@click="handleCheck(v)"
v-onEvent="{
eventName: '点击',
eventCode: 'Click',
businessCode: 'check_matter_category',
businessName: '查看事项分类',
routers: $route,
}"
>
<div class="folder-img-box flex aic jcc">
<i class="iconfont icon-folder"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment