Feat(页面):监听页面打开次数和页面停留时长逻辑初步实现

This commit is contained in:
lifizer
2024-05-16 17:23:07 +08:00
parent 2b3c0e4355
commit 84c5ede725
7 changed files with 167 additions and 79 deletions
+6
View File
@@ -0,0 +1,6 @@
export const pageToWatchData = {
'home_index': {
count: 0,
timer: 0
}
}