1234567891011 |
- // 常量列表
- module.exports = {
- // productApi: 'https://reader.lingjiao.cn/readerProduct/',
- // productApi: 'https://readertest.lingjiao.cn:442/readerProduct/',
- productApi: 'https://reader-test.efunbox.cn/readerProduct/',
- // baseApi: 'https://reader.lingjiao.cn/readerBase/'
- // baseApi: 'https://readertest.lingjiao.cn:442/readerBase/'
- // baseApi: 'https://reader-api.efunbox.cn/'
- baseApi: 'https://reader-api.ai160.com/'
- // https://reader-api.ai160.com/
- }
|