<template>
<web-view :src="skip_url"></web-view>
</template>
<script>
export default {
data() {
return {
skip_url: ''
}
},
onLoad() {
this.skip_url = decodeURIComponent(this.$Route.query.url)
uni.setNavigationBarTitle({
title:'等待中...'
})
}
}
</script>
<style></style>
2***@qq.com (作者)
有一些编译的地方错误警告。
2024-07-26 14:57
DCloud_UNI_yuhe
回复 2***@qq.com: 看你模拟器的问题吧,这个你这个网页路径不对吧
2024-07-26 15:15