index.vue 240B

1234567891011121314151617
  1. <template>
  2. <web-view :src="url"></web-view>
  3. </template>
  4. <script>
  5. export default{
  6. data(){
  7. return{
  8. url:'http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&v=163169'
  9. }
  10. }
  11. }
  12. </script>
  13. <style>
  14. </style>