{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\damDance-fvue\\src\\views\\BigScreen\\player.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\damDance-fvue\\src\\views\\BigScreen\\player.vue","mtime":1699938536887},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport EasyPlayer from '@easydarwin/easyplayer'\r\nimport bigScreenAPI from '@/api/BigScreen/index.js'\r\nexport default {\r\n name: 'easyPlayer',\r\n components: {\r\n EasyPlayer,\r\n },\r\n props: {},\r\n data() {\r\n return {\r\n player: {\r\n name: 'easyPlayer',\r\n url: '',\r\n videoTitle: '',\r\n },\r\n muted: true,\r\n url: '',\r\n }\r\n },\r\n methods: {\r\n getUrlAndPlay(item) {\r\n console.log(item);\r\n this.player.videoTitle = item.name\r\n bigScreenAPI.queryVideoByCode(item.code,'3').then((res)=>{\r\n // console.log('----------date-----------------',res);\r\n this.player.url = res.data\r\n })\r\n },\r\n },\r\n destroyed(){\r\n this.$refs.easyPlayer.destroyPlayer()\r\n }\r\n}\r\n",null]}