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