SeaCMS控制台报错xyplay is not defined September 25, 2023 问题:原因是jq ajax默认使用异步加载导致的解决:编辑/js/player/dplayer/dplayer.html文件,在success:function(data){ 上方插入async: false, 关掉异步加载即可