1234567891011 |
- // 常量列表
- module.exports = {
- // ----测试环境-----
- productApi: 'https://readerproduct.efunbox.cn/',
- baseApi: 'https://readerbase.efunbox.cn/'
- // // ----正式环境-----
- // productApi: 'https://readerproduct.ai160.com/',
- // baseApi: 'https://readerbase.ai160.com/'
- }
|