config.js 629 B

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