Feat(页面):页面埋点配置
This commit is contained in:
@@ -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']),
|
||||
|
||||
Reference in New Issue
Block a user