inleft
2022-01-14 56a4b88b16b5f86a2a697018a3e2546d3abf73e3
commit | author | age
56a4b8 1 <template>
I 2     <div class="module-box">
3         <!-- <iframe src="http://yun.gofor.live/" width="100%" height="800" frameborder="0" scrolling="auto" id="iframename" name="iframename"></iframe> -->
4         <iframe src="http://t.inleft.com/share/" width="100%" height="800" frameborder="0" scrolling="auto" id="iframename" name="iframename"></iframe>
5     </div>
6 </template>
7
8 <script>
9     export default {
10         components: {},
11         props: {},
12         data() {
13             return {
14                 
15             }
16         },
17         methods: {
18             
19         }
20     }
21 </script>
22
23 <style>
24     .module-box{
25         background-color: #FFFFFF;
26         border-radius: 20px;
27     }
28      
29 </style>