config.js 562 B

123456789101112131415
  1. // 测试服
  2. const apiUrl = "https://kf.hap-job.com/happyjob"
  3. const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
  4. const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
  5. // 正式服
  6. // const apiUrl = "https://web.hap-job.com/happyjob"
  7. // const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
  8. // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
  9. module.exports = {
  10. apiUrl,
  11. imgServerUrl,
  12. imgServerUrl_new
  13. }