flx:暂存视频问题

This commit is contained in:
Rain_ 2025-09-18 14:51:02 +08:00
parent 4930f21ad4
commit f67a22a9bf
6 changed files with 6 additions and 3 deletions

View File

@ -208,7 +208,7 @@ if (process.env.NODE_ENV == "development") {
// axios.defaults.baseURL = "http://139.9.66.234:20628"; // axios.defaults.baseURL = "http://139.9.66.234:20628";
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:9500"; // axios.defaults.baseURL = "http://jxj.zhgdyun.com:9500";
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:21000"; // 潮州 // axios.defaults.baseURL = "http://jxj.zhgdyun.com:21000"; // 潮州
axios.defaults.baseURL = "http://gszhdz.crpower.com.cn:9809/"; // 潮州
} else if (process.env.NODE_ENV == "debug") { } else if (process.env.NODE_ENV == "debug") {
axios.defaults.baseURL = "https://www.ceshi.com"; axios.defaults.baseURL = "https://www.ceshi.com";
} else if (process.env.NODE_ENV == "production") { } else if (process.env.NODE_ENV == "production") {

View File

@ -206,6 +206,7 @@ export function InitObjPlugin(appkey, secret, ip, port, type, videoData, layout)
}, 10); }, 10);
} }
oWebControl.JS_CreateWnd("playWnd", width, height, { oWebControl.JS_CreateWnd("playWnd", width, height, {
bEmbed: false,
cbSetDocTitle: function (uuid) { cbSetDocTitle: function (uuid) {
oWebControl._pendBg = false; oWebControl._pendBg = false;
window.parent.postMessage({ window.parent.postMessage({

View File

@ -206,6 +206,7 @@ export function InitObjPlugin(appkey, secret, ip, port, type, videoData, layout)
}, 10); }, 10);
} }
oWebControl.JS_CreateWnd("playWnd", width, height, { oWebControl.JS_CreateWnd("playWnd", width, height, {
bEmbed: false,
cbSetDocTitle: function (uuid) { cbSetDocTitle: function (uuid) {
oWebControl._pendBg = false; oWebControl._pendBg = false;
window.parent.postMessage({ window.parent.postMessage({

View File

@ -166,7 +166,7 @@ export default {
// //
cbIntegrationCallBack: this.cbIntegrationCallBack() // cbIntegrationCallBack: this.cbIntegrationCallBack() //
}); });
this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height).then(() => { this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height, { bEmbed: false }).then(() => {
//JS_CreateWnd //JS_CreateWnd
this.init(); // this.init(); //
}); });

View File

@ -206,6 +206,7 @@ export function InitObjPlugin(appkey, secret, ip, port, type, videoData, layout)
}, 10); }, 10);
} }
oWebControl.JS_CreateWnd("playWnd", width, height, { oWebControl.JS_CreateWnd("playWnd", width, height, {
bEmbed: false,
cbSetDocTitle: function (uuid) { cbSetDocTitle: function (uuid) {
oWebControl._pendBg = false; oWebControl._pendBg = false;
window.parent.postMessage({ window.parent.postMessage({

View File

@ -143,7 +143,7 @@ export default {
// //
cbIntegrationCallBack: this.cbIntegrationCallBack() // cbIntegrationCallBack: this.cbIntegrationCallBack() //
}); });
this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height).then(() => { this.oWebControl.JS_CreateWnd("playWnds",this.width, this.height, { bEmbed: false }).then(() => {
//JS_CreateWnd //JS_CreateWnd
this.init(); // this.init(); //
}); });