baseApi.js 177 B

123456
  1. const BaseApi = 'https://transcend.ringzle.com/chuangheng-app/app' //线上
  2. // const BaseApi = 'http://192.168.2.19:9023/chuangheng-app/app' //李勇
  3. export {
  4. BaseApi
  5. }