env.staging.js 273 B

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