Feat(页面):页面埋点配置

This commit is contained in:
lifizer
2024-06-17 23:13:22 +08:00
parent 19914b5b0d
commit cef0177716
55 changed files with 552 additions and 377 deletions
+4 -1
View File
@@ -251,8 +251,10 @@ import {
} from "@/api/user"
import {isWeixin} from "@/utils"
import cookie from "@/utils/store/cookie"
import { pageListenMixins } from '@/mixins/pageListenMixins'
export default {
name: 'UserPage',
mixins: [pageListenMixins],
data() {
return {
statusBarHeight: uni.getSystemInfoSync().statusBarHeight,
@@ -330,7 +332,8 @@ export default {
}
],
bannerBgUrl: '',
userCenterBannerUrl: ''
userCenterBannerUrl: '',
pageKeyId: Object.freeze('userIndex')
}
},
computed: mapGetters(['userInfo']),