Compare commits

..

No commits in common. "e9dfdbceba0829fd0245a8aa20f000ec88e03895" and "beff5a816e7cbb1d8886d01d66c32e1ba05fc7c4" have entirely different histories.

2 changed files with 54 additions and 136 deletions

File diff suppressed because one or more lines are too long

View File

@ -77,8 +77,7 @@ public class VideoWebPage : PanelBase
//T_BAS_CAMERA.CameraID, DeviceBase.T_BAS_CAMERA.CUSTOMS_CODE, DeviceBase.T_BAS_CAMERA.MONITOR_ID
//var _url = ApiManager.Instance.ApiDic["VideoWebUrl"].Replace("IP", CallForTest.instance.ServerIP) +"?id=" + _T_BAS_CAMERA.CameraID + "&CobCustomId=" + _T_BAS_CAMERA.CUSTOMS_CODE + "&EnterpriseCode=" + _T_BAS_CAMERA.MONITOR_ID;
//var _url = ApiManager.Instance.ApiDic["VideoWebUrl"].Replace("IP", "456ao87726.goho.co:13650") + "?id=" + _T_BAS_CAMERA.CameraID + "&CobCustomId=" + _T_BAS_CAMERA.CUSTOMS_CODE + "&EnterpriseCode=" + _T_BAS_CAMERA.MONITOR_ID;
//var _url = ApiManager.Instance.ApiDic["VideoWebUrl"] + "?id=" + _T_BAS_CAMERA.CameraID + "&CobCustomId=" + _T_BAS_CAMERA.CUSTOMS_CODE + "&EnterpriseCode=" + _T_BAS_CAMERA.MONITOR_ID;
var _url = ApiManager.Instance.ApiDic["VideoWebUrl"] + "?CameraUuid=" + _T_BAS_CAMERA.MEMO;
var _url = ApiManager.Instance.ApiDic["VideoWebUrl"] + "?id=" + _T_BAS_CAMERA.CameraID + "&CobCustomId=" + _T_BAS_CAMERA.CUSTOMS_CODE + "&EnterpriseCode=" + _T_BAS_CAMERA.MONITOR_ID;
WebPage.Url = _url;
//WebPage.Url = "www.baidu.com";
}