inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
commit | author | age
56a4b8 1 <template>
6d1057 2     <div class="">
56a4b8 3         <!-- <iframe src="http://yun.gofor.live/" width="100%" height="800" frameborder="0" scrolling="auto" id="iframename" name="iframename"></iframe> -->
I 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         methods: {
17             
18         }
19     }
20 </script>
21
22 <style>
6d1057 23     
56a4b8 24      
I 25 </style>