|
|
|
|
|
|
|
|
export const envs = {
|
|
|
export const envs = {
|
|
|
//开发环境配置
|
|
|
//开发环境配置
|
|
|
development: {
|
|
|
development: {
|
|
|
// baseUrl: "htttp://192.168.100.63:8087",
|
|
|
|
|
|
baseUrl: "https://qtzl.etcjz.cn",
|
|
|
|
|
|
|
|
|
baseUrl: "http://192.168.100.63:8087",
|
|
|
|
|
|
// baseUrl: "http://192.168.100.158:8085/html/",
|
|
|
|
|
|
// baseUrl: "https://qtzl.etcjz.cn",
|
|
|
// baseUrl: "https://testmedusa.etcjz.cn",
|
|
|
// baseUrl: "https://testmedusa.etcjz.cn",
|
|
|
},
|
|
|
},
|
|
|
//生产环境配置
|
|
|
//生产环境配置
|
|
|
production: {
|
|
|
production: {
|
|
|
// baseUrl: "htttp://222.85.144.89:19002",
|
|
|
// baseUrl: "htttp://222.85.144.89:19002",
|
|
|
// baseUrl: "http://192.168.100.63:8087"
|
|
|
|
|
|
baseUrl: "https://qtzl.etcjz.cn",
|
|
|
|
|
|
|
|
|
baseUrl: "http://192.168.100.63:8087"
|
|
|
|
|
|
// baseUrl: "http://192.168.100.158:8085/html/",
|
|
|
|
|
|
// baseUrl: "https://qtzl.etcjz.cn",
|
|
|
// baseUrl: "https://testmedusa.etcjz.cn",
|
|
|
// baseUrl: "https://testmedusa.etcjz.cn",
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
export const loginTime = 86400; //登录有效时间(单位s) 1天
|
|
|
export const loginTime = 86400; //登录有效时间(单位s) 1天
|
|
|
export const wechatPayConfigId = "6a9a54bc01f6443faea7ffe132b19f6"; //支付配置编号 微信小程序支付:6a9a54bc01f6443faea7ffe132b19f6
|
|
|
export const wechatPayConfigId = "6a9a54bc01f6443faea7ffe132b19f6"; //支付配置编号 微信小程序支付:6a9a54bc01f6443faea7ffe132b19f6
|
|
|
export const aliPayConfigId = "6a9a54bc01f6443123452b1234"; //支付配置编号 支付宝小程序支付:6a9a54bc01f6443123452b1234
|
|
|
export const aliPayConfigId = "6a9a54bc01f6443123452b1234"; //支付配置编号 支付宝小程序支付:6a9a54bc01f6443123452b1234
|
|
|
export const wechatAppID = "wx8fba957179c1329a"; //九州小程序APPid:wx008c60533388527a
|
|
|
|
|
|
|
|
|
export const wechatAppID = "wx8fba957179c1329a"; //九州小程序APPid:wx008c60533388527a
|
|
|
export const wechatSecret = "699c10826113ddb350fbe58a96e2b015"; //九州小程序AppSecret:95197718b43b497f02732bd9f8011080
|
|
|
export const wechatSecret = "699c10826113ddb350fbe58a96e2b015"; //九州小程序AppSecret:95197718b43b497f02732bd9f8011080
|
|
|
// export const sm4Key = "5dc11f854ceca1473e1a5075ed16eb226b4543a9a05fe50f7fba40f898099ce34abba69a07a20509f315f94d808a4d0e988935588858f65a";
|
|
|
// export const sm4Key = "5dc11f854ceca1473e1a5075ed16eb226b4543a9a05fe50f7fba40f898099ce34abba69a07a20509f315f94d808a4d0e988935588858f65a";
|
|
|
export const sm4Key = "5dc11f854ceca147";
|
|
|
export const sm4Key = "5dc11f854ceca147";
|