config.ts 994 B

1234567891011121314151617181920
  1. /*
  2. * @Author: your name
  3. * @Date: 2021-06-24 00:14:39
  4. * @LastEditTime: 2021-06-24 00:17:41
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \Mina_B_T\miniprogram\config.ts
  8. */
  9. // 测试服
  10. // export const apiUrl = "https://hw.hap-job.com/happy-boot"
  11. // export const baseurl = "https://hw.hap-job.com"
  12. // export const captcha = '2072736870'
  13. // export const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
  14. // export const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
  15. // 正式服
  16. export const apiUrl = "https://www.dal-pay.com/happy-boot"
  17. export const baseurl = "https://www.dal-pay.com"
  18. export const captcha = '2012155849'
  19. // export const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
  20. // export const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址