This commit is contained in:
2025-04-29 13:26:19 +08:00
parent 6e1ae24845
commit bf88fcb395
73 changed files with 12939 additions and 4637 deletions

View File

@@ -17,12 +17,12 @@ if (process.env.NODE_ENV === 'production') {
// #ifdef APP-PLUS
// 开发环境
if (process.env.NODE_ENV === 'development') {
API_URL = 'http://8.130.121.29:5000';
API_URL = 'http://58.252.252.77:5000';
// API_URL = 'https://jyptapp.com/prod-app';
}
// 生产环境
if (process.env.NODE_ENV === 'production') {
API_URL = 'http://8.130.121.29:5000';
API_URL = 'http://58.252.252.77:5000';
// API_URL = 'https://jyptapp.com/prod-app';
}
// #endif