api.js 397 B

12345678910
  1. // const API_BASE_URL = 'http://ysctest.cookhome.club'; //测试环境
  2. // const API_BASE_URL = 'https://yscbeta.cookhome.club'; //预生产环境
  3. const API_BASE_URL = 'https://ysc.cookhome.club';//线上环境
  4. // const API_BASE_URL = 'http://192.168.0.107:81'; //测试环境
  5. const versionNumber = "v1.5.1";//版本号
  6. module.exports = {
  7. URL: API_BASE_URL,
  8. versionNumber: versionNumber
  9. }