20 lines
257 B
Vue
20 lines
257 B
Vue
|
<template>
|
||
|
<view class="content">
|
||
|
<web-view src="https://www.newbest1.cn/gyhl-app/#/"></web-view>
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
data() {
|
||
|
return {
|
||
|
}
|
||
|
},
|
||
|
onLoad() {
|
||
|
},
|
||
|
methods: {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
</script>
|