config.js 798 B

123456789101112131415161718192021
  1. // 测试服
  2. // const apiUrl = "https://hw.hap-job.com/happy-boot"
  3. // const baseurl = "https://hw.hap-job.com"
  4. // const captcha = '2072736870'
  5. // const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
  6. // const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
  7. // 正式服
  8. const apiUrl = "https://www.dal-pay.com/happy-boot"
  9. const baseurl = "https://www.dal-pay.com"
  10. const captcha = '2012155849'
  11. // const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
  12. // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
  13. module.exports = {
  14. apiUrl,
  15. baseurl,
  16. captcha,
  17. // imgServerUrl,
  18. // imgServerUrl_new
  19. }