src/books/civilAviation/view/components/index.vue
@@ -160,7 +160,7 @@ // 测试页面跳转 setTimeout(() => { this.gotoPage(6,190); this.gotoPage(3,52); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -920,7 +920,7 @@ const bottomGap = playVudio.getBoundingClientRect().bottom; const topGap = playVudio.getBoundingClientRect().top; if (bottomGap < 0 || topGap > window.innerHeight) { playVudio.requestPictureInPicture(); if(playVudio.readyState) playVudio.requestPictureInPicture(); } } },