- class Config{
- constructor(){
- }
- }
- Config.userUrl = 'http://10.11.61.243:8080' //https://user.ahjc.aielab.net
- //Config.serviceUrl = 'https://service.ahjc.aielab.net' //https://service.ahjc.aielab.net
- Config.serviceUrl = 'http://localhost:8080' //https://service.ahjc.aielab.net
- //Config.jgUrl = 'https://ahjg-admin-server.aielab.net' //http://121.43.231.147:40005
- Config.jgUrl = 'https://ahjg-admin-server.aielab.net'
- Config.jtjUrl = 'http://121.41.108.142:5001'
- export {Config}
|