config.js 723 B

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