const.js 404 B

123456789
  1. // 常量列表
  2. module.exports = {
  3. // productApi: 'https://reader.lingjiao.cn/readerProduct/',
  4. // productApi: 'https://readertest.lingjiao.cn/readerProduct/',
  5. productApi: 'https://reader-efun.lingjiao.cn/readerProduct/',
  6. // baseApi: 'https://reader.lingjiao.cn/readerBase/'
  7. // baseApi: 'https://readertest.lingjiao.cn:442/readerBase/'
  8. baseApi: 'https://reader-efun.lingjiao.cn/readerBase/'
  9. }