剩余模块:生产入库,销售出库

This commit is contained in:
2025-05-20 14:40:44 +08:00
parent 14a5fa371b
commit 933ddab8f3
68 changed files with 8868 additions and 13081 deletions

View File

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