video.vue 167 B

1234567891011121314
  1. <template>
  2. <view class="">
  3. <web-view src="http://localhost:8080/#/pages/monitor/detail">
  4. </web-view>
  5. </view>
  6. </template>
  7. <script>
  8. </script>
  9. <style>
  10. </style>