| 12345678910 |
- // const BaseApi = 'https://sxsn.ringzle.com/happytree-app/app' //测试
- // const BaseApi2 = 'https://sxsn.ringzle.com/happytree-admin' //测试(文件上传pc端接口路径)
- const BaseApi = 'https://www.familydaf.cn/happytree-app/app' //生产
- const BaseApi2 = 'https://www.familydaf.cn/happytree-admin' //生产(文件上传pc端接口路径)
- // const BaseApi = 'http://192.168.2.19:9023/happytree-app/app' //李勇
- export {
- BaseApi,
- BaseApi2
- }
|