| 123456789101112131415 |
- // 测试服
- const apiUrl = "https://kf.hap-job.com/happyjob"
- const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
- const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
- // 正式服
- // const apiUrl = "https://web.hap-job.com/happyjob"
- // const imgServerUrl = "https://weapp.hap-job.com/uploadFiles"//图片服务器地址
- // const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
- module.exports = {
- apiUrl,
- imgServerUrl,
- imgServerUrl_new
- }
|