hrsass-components 1.7.27 → 1.7.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "1.7.27";
68
+ var version = "1.7.28";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -3273,6 +3273,7 @@ var HrPhotograph = {
3273
3273
  WsUtil.sendMsgStartVideo(WsUtil.camidMain, this.ratioW, this.ratioH);
3274
3274
  },
3275
3275
  openSub: function openSub() {
3276
+ console.log(WsUtil.camidSub);
3276
3277
  WsUtil.sendMsgRefreshCamSecond();
3277
3278
  WsUtil.sendMsgStartVideo2(WsUtil.camidSub, this.subRatioW, this.subRatioH);
3278
3279
  },
@@ -3324,8 +3325,9 @@ var HrPhotograph = {
3324
3325
  WsUtil = Photograph({
3325
3326
  isSecondDev: photograph.isSecondDev,
3326
3327
  camidMain: 0,
3327
- camidSub: 1,
3328
+ camidSub: 0,
3328
3329
  GetDevName: function GetDevName(num, strUsbNamr) {
3330
+ console.log(num > 0, _this2.activeDevice);
3329
3331
  _this2.show = num > 0;
3330
3332
  _this2.deviceNum = num;
3331
3333
  WsUtil.sendMsgShotBase64(1);