const.js 268 B

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