env.production.js 256 B

123456789
  1. /** 正式环境*/
  2. module.exports = {
  3. title: 'vue-h5-online',
  4. baseUrl: 'https://www.xxx.com/', // 正式项目地址
  5. baseApi: '/', // 正式api请求地址
  6. APPID: 'xxx',
  7. APPSECRET: 'xxx',
  8. $cdn: 'https://www.sunniejs.cn/static' //静态资源
  9. }