<img src="https://solution-community.wps.cn/uploads/post/5r2q9pD1aVb.jpg" alt="进入全屏后的菜单"/>页面进入后自动全屏不播放发音乐 需要点击图中退出按钮后在进入全屏才会自动播放音乐
async continuePlayer(){
this.playerStatus = true
this.openFullscreen()
await this.instance.ready()
const app = this.instance.Application
// 切换到 PPT 全屏播放状态
await app.ActivePresentation.SlideShowSettings.Run()
await app.ActivePresentation.SlideShowWindow.View.GotoSlide(this.currentPage)
},
以上进入全屏方法