mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	fix: 修复视频组件链接失效
This commit is contained in:
		
							parent
							
								
									b93ebe713b
								
							
						
					
					
						commit
						b325442e82
					
				@ -22,9 +22,9 @@ onMounted(() => {
 | 
				
			|||||||
    videoAttributes: {
 | 
					    videoAttributes: {
 | 
				
			||||||
      crossOrigin: "anonymous"
 | 
					      crossOrigin: "anonymous"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    url: "https://sf1-hscdn-tos.pstatp.com/obj/media-fe/xgplayer_doc_video/mp4/xgplayer-demo-720p.mp4",
 | 
					    url: "//lf3-static.bytednsdoc.com/obj/eden-cn/nupenuvpxnuvo/xgplayer_doc/xgplayer-demo.mp4",
 | 
				
			||||||
    poster:
 | 
					    poster:
 | 
				
			||||||
      "https://s2.pstatp.com/cdn/expire-1-M/byted-player-videos/1.0.0/poster.jpg",
 | 
					      "//lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/byted-player-videos/1.0.0/poster.jpg",
 | 
				
			||||||
    fluid: deviceDetection(),
 | 
					    fluid: deviceDetection(),
 | 
				
			||||||
    //传入倍速可选数组
 | 
					    //传入倍速可选数组
 | 
				
			||||||
    playbackRate: [0.5, 0.75, 1, 1.5, 2]
 | 
					    playbackRate: [0.5, 0.75, 1, 1.5, 2]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user