baseApi.js 244 B

1234567
  1. const BaseApi = 'https://sxsn.ringzle.com/happytree-app/app' //线上
  2. // const BaseApi = 'https://sxsn.ringzle.com/happytree-app/app' //开发
  3. // const BaseApi = 'http://192.168.2.19:9013/happytree-app/app' //李勇
  4. export {
  5. BaseApi
  6. }