|
|
@@ -527,7 +527,7 @@ const loadVideoInfo = async () => {
|
|
|
// 设置页面标题
|
|
|
document.title = `${videoInfo.value.name} - 视频播放`;
|
|
|
} else {
|
|
|
- console.error("获取视频详情失败:", response.msg);
|
|
|
+ console.error("获取视频详情失败-1:", response.msg);
|
|
|
// 设置默认值
|
|
|
videoInfo.value = {
|
|
|
id: videoId,
|
|
|
@@ -542,7 +542,7 @@ const loadVideoInfo = async () => {
|
|
|
};
|
|
|
}
|
|
|
} catch (error) {
|
|
|
- console.error("获取视频详情失败:", error);
|
|
|
+ console.error("获取视频详情失败-2:", error);
|
|
|
// 设置默认值
|
|
|
videoInfo.value = {
|
|
|
id: videoId,
|