12345678910111213 |
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"prod"',
- //BASE_API: '"http://166.111.100.45/admin"',
- //清华环境
- //BASE_API: '"http://alumni.sppm.tsinghua.edu.cn/admin"',
- //通誉环境
- //BASE_API: '"http://10.32.2.208:9083/admin"',
- // OS_API: '"http://10.32.2.208:9081/storage"'
- BASE_API: '"https://xiaoyou.dgtis.com/admin"',
- OS_API: '"https://xiaoyou.dgtis.com/admin"'
- }
|