Feat(页面):页面埋点配置
This commit is contained in:
@@ -76,12 +76,14 @@ import {mapGetters} from "vuex";
|
||||
import {isWeixin, trim, uploadImage} from "@/utils";
|
||||
import {postUserEdit} from "@/api/user";
|
||||
import ImageCropper from "@/pkg_user/components/invinbg-image-cropper/invinbg-image-cropper.vue";
|
||||
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
||||
|
||||
export default {
|
||||
name: "PersonalData",
|
||||
components: {
|
||||
ImageCropper
|
||||
},
|
||||
mixins: [pageListenMixins],
|
||||
data() {
|
||||
return {
|
||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||
@@ -92,6 +94,7 @@ export default {
|
||||
userIndex: 0,
|
||||
tempFilePath: '',
|
||||
cropFilePath: '',
|
||||
pageKeyId: Object.freeze('userConfig')
|
||||
};
|
||||
},
|
||||
computed: mapGetters(["userInfo"]),
|
||||
|
||||
Reference in New Issue
Block a user