视口为单视口且不在mpr、融合模式时双击放大视口功能屏蔽
parent
351b2a627f
commit
ac6be424ee
|
|
@ -3426,6 +3426,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 切换全屏
|
// 切换全屏
|
||||||
async toggleFullScreen(e, index) {
|
async toggleFullScreen(e, index) {
|
||||||
|
if (!this.isMPR && !this.isFusion && this.cells.length <= 1) return false
|
||||||
if (this.isDelay && (this.readingTool === 3 || this.isMPR)) return false
|
if (this.isDelay && (this.readingTool === 3 || this.isMPR)) return false
|
||||||
if (this.readingTool === 3 && this.isMPR) return false
|
if (this.readingTool === 3 && this.isMPR) return false
|
||||||
if (this.readingTool === 3) {
|
if (this.readingTool === 3) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue