| 1234567891011121314151617181920 |
- /*
- * @Author: your name
- * @Date: 2021-06-24 00:14:39
- * @LastEditTime: 2021-06-24 00:17:41
- * @LastEditors: Please set LastEditors
- * @Description: In User Settings Edit
- * @FilePath: \Mina_B_T\miniprogram\config.ts
- */
- // 测试服
- export const apiUrl = "https://hw.hap-job.com/happy-boot"
- export const baseurl = "https://hw.hap-job.com"
- export const captcha = '2072736870'
- // export const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
- // export const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
- // 正式服
- // export const apiUrl = "https://www.dal-pay.com/happy-boot"
- // export const baseurl = "https://www.dal-pay.com"
- // export const captcha = '2012155849'
- // export const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//图片服务器地址
- // export const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
|