fix: player issues
This commit is contained in:
@@ -50,7 +50,8 @@ const loadVideoSource = async () => {
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Failed to load video:', error)
|
||||
// alert('视频加载失败,请稍后重试')
|
||||
alert('视频加载失败: ' + error.response.data)
|
||||
await player.value.stop()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user