baseApi.js 334 B

12345678
  1. // const BaseApi = 'https://transcend.ringzle.com/chuangheng-app/app' //线上
  2. const BaseApi = 'https://wxapp.transcend-intl.cn/chuangheng-app/app' //生产
  3. // const BaseApi = 'http://192.168.2.19:9023/chuangheng-app/app' //李勇
  4. // const BaseApi = 'http://192.168.2.16:9023/chuangheng-app/app' //严总
  5. export {
  6. BaseApi
  7. }