config.js 481 B

1234567891011121314
  1. class Config{
  2. constructor(){
  3. }
  4. }
  5. Config.userUrl = 'http://10.11.5.7:8080' //https://user.ahjc.aielab.net
  6. //Config.serviceUrl = 'https://service.ahjc.aielab.net' //https://service.ahjc.aielab.net
  7. Config.serviceUrl = 'http://localhost:8080' //https://service.ahjc.aielab.net
  8. //Config.jgUrl = 'https://ahjg-admin-server.aielab.net' //http://121.43.231.147:40005
  9. Config.jgUrl = 'https://ahjg-admin-server.aielab.net'
  10. Config.jtjUrl = 'http://121.41.108.142:5001'
  11. export {Config}