123456789101112131415161718192021222324252627282930 |
- <template>
- <view id="videoPlayer">
- <web-view src="http://10.111.224.196:8080/?type=4&id=1793100035379396609"></web-view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- onLoad(option) {
-
- },
- methods: {
-
- }
- }
- </script>
- <style lang="stylus" scoped>
- #videoPlayer{
- height: 100%;
- display flex;
- flex-direction column;
- }
- </style>
|