Feat(页面):页面埋点配置
This commit is contained in:
@@ -3,15 +3,19 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { pageListenMixins } from '@/mixins/pageListenMixins'
|
||||
export default {
|
||||
name: "pdf",
|
||||
mixins: [pageListenMixins],
|
||||
name: 'PdfView',
|
||||
data() {
|
||||
return {
|
||||
pdfPath: ""
|
||||
pdfPath: '',
|
||||
pageKeyId: ''
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.pdfPath = options.path;
|
||||
this.pageKeyId = `investmentInfo_id_${options.id}`
|
||||
this.pdfPath = options.path
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user