wx
This commit is contained in:
18
pages/webview/index.vue
Normal file
18
pages/webview/index.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user