Feat(页面):监听页面打开次数和页面停留时长接口对接

This commit is contained in:
lifizer
2024-06-13 18:09:35 +08:00
parent 51bc828dc9
commit 344e0aa888
8 changed files with 131 additions and 36 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
export const pageToWatchData = {
'home_index': {
count: 0,
timer: 0
}
'appIndex': []
}