You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
323 B

1 year ago
<template>
1 year ago
<view class="content">
1 year ago
<web-view src="https://yandumap.sz-trip.com/"></web-view>
1 year ago
</view>
1 year ago
</template>
<script>
1 year ago
export default {
data() {
return {
1 year ago
1 year ago
}
},
onReady() {
1 year ago
1 year ago
},
methods: {
1 year ago
1 year ago
}
}
1 year ago
</script>
1 year ago
<style lang="scss" scoped>
.content {
width: 100vw;
height: 100vh;
}
1 year ago
</style>