This commit is contained in:
2023-08-19 14:04:52 +08:00
parent 1f6080aa01
commit b9d7228a90
9 changed files with 107 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
<template>
<view>
<web-view :src="webviewPath"></web-view>
</view>
</template>
<script>
export default {
data() {
return{
webviewPath:'https://jtbz.ahduima.com/index'
}
}
}
</script>
<style>
</style>