env.production.js 290 B

12345678910
  1. // 正式
  2. module.exports = {
  3. env: 'production',
  4. title: 'cocorobo', // 代理端-生产
  5. baseUrl: 'https://www.xxx.com/', // 正式项目地址
  6. baseApi: 'https://pbl.cocorobo.cn/api/pbl/', // 正式api请求地址
  7. APPID: 'xxx',
  8. APPSECRET: 'xxx',
  9. $cdn: 'https://imgs.solui.cn'
  10. }