{"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\\basicDataManagement\\carManagement\\InfoWindow.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\basicDataManagement\\carManagement\\InfoWindow.vue","mtime":1667326394841},{"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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport videoPlayer from '@/components/videoPlayer.vue';\nexport default {\n name: 'InfoWindow',\n props: {\n detailInfo: Object\n },\n components: {\n videoPlayer: videoPlayer\n },\n data: function data() {\n return {\n overlay: null,\n infoWindow: null,\n isInfo: true,\n isShow: false,\n showVideoModel: false\n };\n },\n methods: {\n initialize: function initialize(e) {\n this.overlay = e.overlay;\n this.infoWindow = e.infoWindow;\n },\n //关闭\n close: function close() {\n this.$emit('closeInfoWindow');\n },\n play: function play() {\n this.showVideoModel = true;\n },\n voice: function voice() {\n console.log('voice');\n },\n tagging: function tagging() {\n this.isShow = !this.isShow;\n },\n history: function history() {\n this.$emit('getHistoryLine');\n }\n }\n};",null]}