'buildapp'

This commit is contained in:
nisen
2024-08-05 17:19:47 +08:00
parent c6d7587078
commit 6e4eb0a8d9
28 changed files with 18 additions and 17 deletions

View File

@@ -42,6 +42,7 @@ if(process.env.NODE_ENV === 'development'){
}else if(process.env.ENV_TYPE === 'testing'){
// 测试环境
apiBaseUrl = '/systemapi';
manageApiBaseUrl ='/manageApi';
oldApiBaseUrl = '/uboeApi';
statApiBaseUrl='/statApi';
socialApiBaseUrl='/socialApi';