config.js 311 B

123456789101112
  1. const build = {
  2. "service" : "http://121.36.73.159:807/prod-api",
  3. // "service" : "http://10.16.9.114:8080",
  4. // "service" : "http://10.16.4.5/dev-api",
  5. "baseUrl":"http://121.36.73.159:807",
  6. "head":"/uploadPath/2024/01/16/profile.png",
  7. "gaodeKey":"e6b77a8d407630b07f915c0f40eebd15"
  8. }
  9. export default build