x***@sina.com
x***@sina.com
  • 发布:2022-07-13 10:07
  • 更新:2022-07-13 10:07
  • 阅读:630

Uni-app web-view嵌入本地html无法访问

分类:uni-app
<template>  
    <view class="warp">  
        <web-view :src="url"></web-view>  
    </view>  
</template>  
<script>  
    export default {  
        data() {  
            return {  
                url: '',  
            }  
        },  
        onShow() {  
            // 本地html文件  
            this.url="/hybrid/html/index.html";   

        },  
    }  
</script>  
2022-07-13 10:07 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复