env.development.js 311 B

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