Files
Hfive/pages/webview/index.vue
魏啾 bfd37cddf5 wx
2024-11-23 13:55:01 +08:00

18 lines
279 B
Vue

<template>
<!-- <web-view :src="url"></web-view> -->
<web-view src="https://work.weixin.qq.com/kfid/kfc4219d976242c5106"></web-view>
</template>
<script>
export default {
data() {
return {
url: '', //PDF路径
};
},
async onLoad(options) {
}
};
</script>