{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!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\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"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":["import \"core-js/modules/es6.function.name\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport EasyPlayer from '@easydarwin/easyplayer';\nimport bigScreenAPI from '@/api/BigScreen/index.js';\nexport default {\n name: 'easyPlayer',\n components: {\n EasyPlayer: EasyPlayer\n },\n props: {},\n data: function data() {\n return {\n player: {\n name: 'easyPlayer',\n url: '',\n videoTitle: ''\n },\n muted: true,\n url: ''\n };\n },\n methods: {\n getUrlAndPlay: function getUrlAndPlay(item) {\n var _this = this;\n\n console.log(item);\n this.player.videoTitle = item.name;\n bigScreenAPI.queryVideoByCode(item.code, '3').then(function (res) {\n // console.log('----------date-----------------',res);\n _this.player.url = res.data;\n });\n }\n },\n destroyed: function destroyed() {\n this.$refs.easyPlayer.destroyPlayer();\n }\n};",null]}