baseApi.js 167 B

123456789
  1. const BaseApi = 'http://gpu.ringzle.com:8082/witcarbon-app/app'
  2. //严工
  3. //const BaseApi = 'http://192.168.1.2:9013/witcarbon-app/app'
  4. export {
  5. BaseApi
  6. }