no commit message

This commit is contained in:
niandeng
2022-02-09 13:10:37 +08:00
parent 2fb21fa15e
commit 707ec9f550
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -402,6 +402,8 @@
video.attr('playsinline','true');
video.attr('webkit-playsinline','true');
video.attr('x5-playsinline','true');
video.useCORS=true;//解决跨域
video.crossOrigin='Anonymous';//解决跨域
}
catch(event){}
/*
+1 -1
View File
File diff suppressed because one or more lines are too long