mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-10 09:34:00 +08:00
25 lines
532 B
Vue
25 lines
532 B
Vue
<template>
|
|
<view class="components-pano">
|
|
<!-- <web-view src="https://sketchfab.com/models/1e9cb6b98a5b4bc39f0e48ec0261000d/embed?autostart=1&internal=1&ui_infos=0&ui_snapshots=1&ui_stop=0&ui_watermark=0"></web-view> -->
|
|
<web-view src="https://vr.he29.com/tour/mf926a02a03966a.html"></web-view>
|
|
<!-- <web-view src="https://vr.he29.com/v3/tour/index?id=7026"></web-view> -->
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|