123456789101112131415 |
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"prod"',
- //BASE_API: '"http://47.104.2.209:7788/api"'
- // BASE_API: '"http://121.204.252.205:8081/api"',
- // UPLOAD_URL: '"http://121.204.252.205:8081/api/file/uploadfile"',
- // IMAGE_URL: '"http://121.204.252.205:8081/api/file/getimg?fileUrl="',
- // BASE_API: '"http://10.10.15.26:8080/gateway-api/api"',
- // UPLOAD_URL: '"http://10.10.15.26:8080/gateway-api/api/file/uploadfile"',
- // IMAGE_URL: '"http://10.10.15.26:8080/gateway-api/api/file/getimg?fileUrl="',
- BASE_API: '"https://windata.platomix.net/data-api/api"',
- UPLOAD_URL: '"https://windata.platomix.net/api/file/uploadfile"',
- IMAGE_URL: '"https://windata.platomix.net/api/file/getimg?fileUrl="',
- }
|