Files
tuniao-ui/templatePage/life/cube/cube.vue
7small7 f710c14879 update
2023-07-08 20:44:19 +08:00

23 lines
248 B
Vue

<template>
<view class="">
<web-view src="https://www.tuniaokj.com/cube/index.html"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
</style>