jiuyiUniapp/jiuyi2/common/js/config.js

42 lines
768 B
JavaScript

// 配置
const config = {
// 接口域名
// #ifdef H5
host: 'http://localhost:5173',
// host: 'h5api',
// #endif
// #ifndef H5
<<<<<<< HEAD
host: 'http://91f.xyz:8080',
// host: 'http://g8rbs6.natappfree.cc',
=======
host: 'http://91f.xyz:8080',
>>>>>>> 1fb340263bba19031e365ab883932f3f4c4806e3
// #endif
// 支付方式配置
payType: {
score: {
name: '积分',
icon: '/static/score.png',
},
balance: {
name: '余额',
icon: '/static/balance.png',
},
durian: {
name: '榴莲果',
icon: '/static/fruit.png',
},
},
// 腾讯im聊天
TChat: {
// appid
SDKAppID: '1600067241',
// 验签
secretKey: '955ac1c071050fe1ed0be74470409495cfb4faa5faf7c88ea58b585890433708',
//
userSig: '',
},
}
export default config