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 -1
View File
@@ -372,7 +372,7 @@ export default {
contentFestival: {},
countyFamous: {},
seasonalFood: {},
pageKeyId: Object.freeze('home_index'),
pageKeyId: Object.freeze('appIndex'),
scrollTop: 0
}
},
+1 -1
View File
@@ -93,7 +93,7 @@ export default {
mapLocations: [],
goods: [],
directionClass: ['', 'up', 'right', 'down', 'left'],
pageKeyId: Object.freeze('land_index')
pageKeyId: Object.freeze('landmarkGoodsIndex')
}
},
computed: {