config.js 796 B

1234567891011121314151617181920
  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. // 正式服
  8. // const apiUrl = "https://web.hap-job.com/happyjob"
  9. // const rootUrl = "https://web.hap-job.com"
  10. // const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
  11. // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
  12. // const captcha = '2019232819'
  13. module.exports = {
  14. apiUrl,
  15. imgServerUrl,
  16. imgServerUrl_new,
  17. rootUrl,
  18. captcha
  19. }