|
@@ -275,10 +275,10 @@ async function hideVideo(point_name = 'A') {
|
|
|
async function switchPreviewPoint(point_name = 'A') {
|
|
async function switchPreviewPoint(point_name = 'A') {
|
|
|
console.log('switchPreviewPoint:' + point_name);
|
|
console.log('switchPreviewPoint:' + point_name);
|
|
|
// 如果点位相同,不做任何处理
|
|
// 如果点位相同,不做任何处理
|
|
|
- if (point_name === currentPointName.value) {
|
|
|
|
|
|
|
+/* if (point_name === currentPointName.value) {
|
|
|
console.log('点位相同,跳过切换');
|
|
console.log('点位相同,跳过切换');
|
|
|
return;
|
|
return;
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
// 首次显示预览之前不做切换
|
|
// 首次显示预览之前不做切换
|
|
|
/* if (!isFirstShow) {
|
|
/* if (!isFirstShow) {
|
|
|
console.log('首次显示预览前,跳过切换');
|
|
console.log('首次显示预览前,跳过切换');
|