config.js 918 B

123456789101112131415161718192021222324
  1. // 测试服
  2. const apiUrl = "https://kf.hap-job.com/happyjob"
  3. const rootUrl = "https://kf.hap-job.com"
  4. const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
  5. const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
  6. const captcha = '2078399419'
  7. const webViewUrl = 'https://hwd.hap-job.com/front'
  8. // 正式服
  9. // const apiUrl = "https://web.hap-job.com/happyjob"
  10. // const rootUrl = "https://web.hap-job.com"
  11. // const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
  12. // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
  13. // const captcha = '2019232819'
  14. // const webViewUrl = 'https://hwcloud.hap-job.com/front'
  15. module.exports = {
  16. apiUrl,
  17. imgServerUrl,
  18. imgServerUrl_new,
  19. rootUrl,
  20. captcha,
  21. webViewUrl
  22. }