src/main/resources/public/js/history/historyComponent.js
@@ -9,7 +9,7 @@ return; } this.elem = opt.elem; appendContent(this.elem); //appendContent(this.elem); let stream_path; let cameraId = opt.cameraId; @@ -120,6 +120,20 @@ this.closeVideo(this.stream_path); }; //精确时间选择器 jeDate("#currentTimer",{ festival:false, //是否显示农历节日 minDate:"1900-01-01", //最小日期 maxDate:"2099-12-31", //最大日期 method:{ choose:function (params) { } }, format: "YYYY-MM-DD hh:mm:ss" }); window.HistoryComponent = HistoryComponent; })()