baseApi.js 171 B

123456
  1. const BaseApi = 'https://transcend.ringzle.com/xiaozhi-app/app' //线上
  2. // const BaseApi = 'http://192.168.2.16:8003/xiaozhi-app/app' //严总
  3. export {
  4. BaseApi
  5. }