{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\bigScreen\\components\\ScreenDialog.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\bigScreen\\components\\ScreenDialog.vue","mtime":1720548822842},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport videoPlayer from \"./videoPlayer.vue\";\nexport default {\n name: 'screen-dialog',\n components: {\n videoPlayer: videoPlayer\n },\n data: function data() {\n return {\n dialogVisible: false,\n active: '',\n resources: []\n };\n },\n methods: {\n open: function open(cameraIndexCode, resources) {\n var _this = this;\n this.dialogVisible = true;\n this.resources = resources;\n this.active = cameraIndexCode;\n this.$nextTick(function () {\n _this.$refs.player.createPlayer(_this.active);\n });\n },\n handleClose: function handleClose(done) {\n done();\n },\n hanldeChange: function hanldeChange(_ref) {\n var _this2 = this;\n var cameraIndexCode = _ref.cameraIndexCode;\n this.active = cameraIndexCode;\n this.$refs.player.closeVideo();\n this.$nextTick(function () {\n _this2.$refs.player.createPlayer(cameraIndexCode);\n });\n // this.$refs.player.getVideoURL(cameraIndexCode)\n }\n }\n};",null]}