/** * 全局变量配置 */ module.exports = { // 开发环境接口Url devUrl: 'http://192.168.8.114:1080', // 线上环境接口Url prodUrl:'https://td.echepei.com/api', // 后端数据的接收方式application/json;charset=UTF-8或者application/x-www-form-urlencoded;charset=UTF-8 contentType: 'application/json;charset=UTF-8', // 客户端ID clientId: 'saber', // 客户端密钥 clientSecret: 'saber_secret' }