const.js 441 B

12345678910
  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.ai160.com/'
  9. // baseApi: 'https://reader-test.efunbox.cn/'
  10. }