统计查询查找此人第二次查找同一条数据无响应的问题修复,应用最大化后不显示横向滚动条的bug修复
| | |
| | | <i |
| | | class="iconfont iconchushaixuanxiang close" |
| | | style="margin-left:200px;cursor:pointer;color:#ccc" |
| | | @click="VideoPhotoData.uploadDiaplay = false" |
| | | @click="closeUploadImg" |
| | | ></i> |
| | | </h2> |
| | | <p class="compearValue"> |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | closeUploadImg() { |
| | | console.log(location.href) |
| | | this.VideoPhotoData.uploadDiaplay = false |
| | | }, |
| | | selectChange() { |
| | | if (!this.compareTabs.includes("esData") && this.compareTabs.length > 0) { |
| | | for (let i = 0; i < this.VideoPhotoData.tabsForUploadImg.length; i++) { |
| | |
| | | }, |
| | | tosearch(item) { |
| | | console.log('search') |
| | | console.log(location.href) |
| | | let captureId = item.id == "" ? item.baseInfo[0].targetId : item.id |
| | | let imgUrl = item.targetInfo ? item.targetInfo[0].picSmUrl : item.baseInfo[0].targetPicUrl |
| | | let compType = 1 // 数据来自于es |
| | | if (!item.id || item.id == "") { |
| | | compType = 0 // 数据来自于底库 |
| | | } |
| | | // window.open(href + '?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + url + '&compType=' + compType) |
| | | |
| | | let message = 'toSearch?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType; |
| | | |
| | | let message = 'toSearch?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType + '×tamp=' + new Date().getTime(); |
| | | //let message = 'toSearch?showType=findByPic&targetId=' + captureId + '&picSmUrl=' + imgUrl + '&compType=' + compType; |
| | | window.parent.postMessage({ |
| | | msg: message |
| | | }, "*") |
| | |
| | | }, |
| | | mounted() { |
| | | this.initFormData(); |
| | | console.log(this.PollData.barCharts) |
| | | }, |
| | | beforeDestroy() { |
| | | this.taskUid = 0; |
| | |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | | overflow-y: hidden; |
| | | |
| | | height: 100%; |
| | | min-width: 1433px; |
| | | } |
| | |
| | | .video-tab > .el-tabs__content { |
| | | width: 100%; |
| | | //margin-top: 52px; |
| | | height: calc(100% - 78px); |
| | | height: calc(100% - 36px); |
| | | box-sizing: border-box; |
| | | overflow-y: auto; |
| | | padding: 0; |
| | |
| | | height: calc(100% - 30px); |
| | | border-radius: 0 0 4px 4px; |
| | | background-color: #fff; |
| | | |
| | | } |
| | | |
| | | .d-frame-full .d-frame-content{ |
| | | height: calc(100% - 71px); |
| | | } |
| | | .d-frame-content iframe { |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | let ratio = curDframe.width/curDframe.height; |
| | | if(curDframe.name == 'cameraAccess' || curDframe.name == 'dataStack' || curDframe.name == 'library' || curDframe.name == 'analysisPower' || curDframe.name == 'cameraVideo'){ |
| | | //处理富余高度大于140的窗口 |
| | | if(window.screen.availHeight - curDframe.height > 120){ |
| | | if(window.screen.availHeight - curDframe.height > 140){ |
| | | dframe.height = (window.screen.availHeight - curDframe.height)/2 + curDframe.height - 50; |
| | | dframe.width = dframe.height*ratio; |
| | | } |
| | |
| | | }, |
| | | "/api-v": { |
| | | //target: 'http://192.168.20.145:8000', |
| | | target: 'http://192.168.5.22:30102', |
| | | //target: 'http://192.168.20.10:8000', |
| | | //target: 'http://192.168.5.22:30102', |
| | | target: 'http://192.168.20.10:8000', |
| | | changeOrigin: true |
| | | }, |
| | | "/api-f": { |