| 123456789101112131415161718192021 |
- // 测试服
- // const apiUrl = "https://hw.hap-job.com/happy-boot"
- // const baseurl = "https://hw.hap-job.com"
- // const captcha = '2072736870'
- // const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
- // const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
- // 正式服
- const apiUrl = "https://www.dal-pay.com/happy-boot"
- const baseurl = "https://www.dal-pay.com"
- const captcha = '2012155849'
- // const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
- // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
- module.exports = {
- apiUrl,
- baseurl,
- captcha,
- // imgServerUrl,
- // imgServerUrl_new
- }
|