const.js 145 B

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