jiuyiUniapp/jiuyi2/common/js/config.js

33 lines
611 B
JavaScript

// 配置
const config = {
// 接口域名
// #ifdef H5
host: 'http://localhost:5173',
// #endif
// #ifndef H5
host: 'https://539c1514.r24.cpolar.top',
// host: 'http://gfjds5.natappfree.cc',
// #endif
// 支付方式配置
payType: {
score: {
name: '积分',
img: '/static/images/pay/wechat.png',
},
balance: {
name: '余额',
img: '/static/images/pay/wechat.png',
},
},
// 腾讯im聊天
TChat: {
// appid
SDKAppID: '1600067241',
// 验签
secretKey: '955ac1c071050fe1ed0be74470409495cfb4faa5faf7c88ea58b585890433708',
//
userSig: '',
},
}
export default config