env.development.js 320 B

12345678910
  1. /** 本地开发环境*/
  2. module.exports = {
  3. title: 'soc-app-dev',
  4. baseUrl: 'http://10.87.10.55:8080', // 本地图片地址
  5. baseApi: '/dev', // 本地api请求地址,注意:如果你使用了代理,请设置成'/'
  6. APPID: 'xxx',
  7. APPSECRET: 'xxx',
  8. $cdn: 'https://www.sunniejs.cn/static' //静态资源
  9. }