config.js 363 B

1234567891011
  1. // const apiUrl = "https://weapp.hap-job.com"//服务器api地址
  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. module.exports = {
  6. apiUrl,
  7. imgServerUrl,
  8. imgServerUrl_new
  9. }