yxk-wx/pages/index/index.vue

20 lines
257 B
Vue
Raw Normal View History

2025-08-28 15:23:12 +08:00
<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>