Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/shehong-vehicle-supervision
| | |
| | | import { getCarDetail, getCarOrder, getCarWarning, getCarTrack, getCarVideo, getDetail, getOrderInfo, getOrderTravel, getOrderMonitoring, playDetection, closeRealVideo } from './service' |
| | | import '../../utils/css/swfobject-h5.css' |
| | | import '../../utils/css/DPlayer.min.css' |
| | | import moment from "moment"; |
| | | import flvjs from "flv.js"; |
| | | export default { |
| | | name: "detail", |
| | | components: { DetailModal, DetailOrderModal }, |
| | |
| | | |
| | | beforeDestroy() { |
| | | this.destroyPlayer(); |
| | | this.oWebControl.JS_DestroyWnd(); |
| | | if (this.oWebControl != null) { |
| | | this.oWebControl.JS_DestroyWnd(); |
| | | } |
| | | |
| | | }, |
| | | watch: { |
| | |
| | | // }) |
| | | // } |
| | | }, |
| | | created() { |
| | | } |
| | | } |
| | | </script> |
| | | <style scoped lang="less"> |
| | |
| | | }); |
| | | // 添加信息弹窗关闭事件监听 |
| | | this.infoWindow.on("close", () => { |
| | | console.log("关闭信息弹窗1111111111111111111"); |
| | | this.destroyPlayer(); |
| | | }); |
| | | this.getMapCarData(); |