<template>
|
|
<view>
|
|
<web-view :src="urlData"></web-view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
urlData : 'https://mp.weixin.qq.com/s/dl6c7giLLp_9UlsPyLU3CQ'
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|