正常视频播放事件

This commit is contained in:
nisen
2023-11-16 17:57:53 +08:00
parent 381fcd9130
commit 6f05888db7
2 changed files with 10 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ if(process.env.NODE_ENV === 'development'){
oldApiBaseUrl = '/uboeApi';
statApiBaseUrl='/statApi';
socialApiBaseUrl='/socialApi';
fileUrl = 'https://u-pre.boe.com/cdn/upload';
fileUrl = 'https://u-pre.boe.com/upload';
//fileUrl = 'https://u-pre.boe.com/cdn/upload';
loginPath='/mobile/pages/login/login';
scormPlayer='https://u-pre.boe.com/scorm-player';
}else if(process.env.ENV_TYPE === 'preview'){