解绑openId

This commit is contained in:
nisen
2023-10-17 15:43:13 +08:00
parent 6f4ef2e32a
commit eb9e3f6b91
4 changed files with 81 additions and 10 deletions

View File

@@ -19,9 +19,9 @@ if(process.env.NODE_ENV === 'development'){
oldApiBaseUrl = '/uboeApi';
statApiBaseUrl='/statApi';
socialApiBaseUrl='/socialApi';
fileUrl = 'http://127.0.0.1:9090/cdn/upload';
fileUrl = 'https://u-pre.boe.com/cdn/upload';
loginPath='/mobile/pages/login/login';
scormPlayer='http://localhost:9083/scorm-player';
scormPlayer='https://u-pre.boe.com/scorm-player';
}else if(process.env.ENV_TYPE === 'preview'){
// 预发布环境,当前配置未使用上
context='/mobile-release';