videoPlayer.vue 453 B

123456789101112131415161718192021222324252627282930
  1. <template>
  2. <view id="videoPlayer">
  3. <web-view src="http://10.111.224.196:8080/?type=4&id=1793100035379396609"></web-view>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. }
  11. },
  12. onLoad(option) {
  13. },
  14. methods: {
  15. }
  16. }
  17. </script>
  18. <style lang="stylus" scoped>
  19. #videoPlayer{
  20. height: 100%;
  21. display flex;
  22. flex-direction column;
  23. }
  24. </style>