1234567 |
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"sit"',
- 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="',
- }
|