// 测试服 // const apiUrl = "https://kf.hap-job.com/happyjob" // const rootUrl = "https://kf.hap-job.com" // const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址 // const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址 // const captcha = '2078399419' // 正式服 const apiUrl = "https://web.hap-job.com/happyjob" const rootUrl = "https://web.hap-job.com" const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址 const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址 const captcha = '2019232819' module.exports = { apiUrl, imgServerUrl, imgServerUrl_new, rootUrl, captcha }