baseApi.js 174 B

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