/** * 全局变量配置 */ module.exports = { // 应用名 name: 'tscloudywxtxjgd', // 应用logo,支持本地路径和网络路径 logo: '/static/images/logo.png', //租户ID tenantId: '727181', // 版本号 version: '1.0.0', // 客户端类型 userType: 'app', // 开发环境接口Url devUrl: 'http://127.0.0.1:50004', // 生产环境 oss: 'https://wx.dahengsi.com:30001/oss/galaxy/', imgPath: 'https://wx.dahengsi.com:30001/img/', prodUrl: 'https://wx.dahengsi.com:30001/api', // 测试环境 // oss: 'https://wx.dahengsi.com:44301/oss/galaxy/', // imgPath: 'https://wx.dahengsi.com:44301/img/', // prodUrl: 'https://wx.dahengsi.com:44301/api', // 后端数据的接收方式application/json;charset=UTF-8或者application/x-www-form-urlencoded;charset=UTF-8 contentType: 'application/json;charset=UTF-8', // 后端返回状态码 codeName: 'code', // 操作正常code successCode: 200, // 登录失效code invalidCode: 401, // 客户端ID clientId: 'tscloudywxt_app_xjgd', // 客户端密钥 clientSecret: 'tscloudywxt_app_xjgd_secret_82828800', }