src/main/resources/public/js/history/historypler.js
@@ -89,7 +89,7 @@ }); }; //关闭流 Historypler.prototype.closeVideo = function (streamPath) { if (streamPath && typeof streamPath === "string") { $.ajax({ @@ -103,6 +103,9 @@ } }; Historypler.prototype.close = function () { this.closeVideo(this.stream_path); }; window.Historypler = Historypler;