| 12345678910 |
- // const API_BASE_URL = 'http://ysctest.cookhome.club'; //测试环境
- // const API_BASE_URL = 'https://yscbeta.cookhome.club'; //预生产环境
- const API_BASE_URL = 'https://ysc.cookhome.club';//线上环境
- // const API_BASE_URL = 'http://192.168.0.107:81'; //测试环境
- const versionNumber = "v1.5.1";//版本号
- module.exports = {
- URL: API_BASE_URL,
- versionNumber: versionNumber
- }
|