董国庆
2025-05-30 f8d30c60e64436cbfb84184440d93daecdbaf4ef
Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/shehong-vehicle-supervision
2个文件已修改
9 ■■■■■ 已修改文件
src/view/car-manage/detail.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/home/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/car-manage/detail.vue
@@ -237,6 +237,8 @@
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 },
@@ -366,7 +368,9 @@
    beforeDestroy() {
        this.destroyPlayer();
        this.oWebControl.JS_DestroyWnd();
        if (this.oWebControl != null) {
            this.oWebControl.JS_DestroyWnd();
        }
    },
    watch: {
@@ -997,8 +1001,6 @@
        //     })
        // }
    },
    created() {
    }
}
</script>
<style scoped lang="less">
src/view/home/index.vue
@@ -550,7 +550,6 @@
          });
          // 添加信息弹窗关闭事件监听
          this.infoWindow.on("close", () => {
            console.log("关闭信息弹窗1111111111111111111");
            this.destroyPlayer();
          });
          this.getMapCarData();