const.js 492 B

1234567891011
  1. // 常量列表
  2. module.exports = {
  3. // productApi: 'https://reader.lingjiao.cn/readerProduct/',
  4. // productApi: 'https://readertest.lingjiao.cn:442/readerProduct/',
  5. productApi: 'https://reader-test.efunbox.cn/readerProduct/',
  6. // baseApi: 'https://reader.lingjiao.cn/readerBase/'
  7. // baseApi: 'https://readertest.lingjiao.cn:442/readerBase/'
  8. // baseApi: 'https://reader-api.efunbox.cn/'
  9. baseApi: 'https://reader-api.ai160.com/'
  10. // https://reader-api.ai160.com/
  11. }