8 lines
417 B
JavaScript
8 lines
417 B
JavaScript
export default {
|
||
'JEEPAY_BASE_URL': 'http://192.168.1.31/', // 请求URL(生产环境)
|
||
'JEEPAY_BASE_URL_H5': 'http://192.168.1.31/',
|
||
'JEEPAY_BASE_URL_WSS': 'ws://192.168.1.31:2348' ,// sockets
|
||
// 'JEEPAY_BASE_URL': 'https://cashier.sxczgkj.com/', // 请求URL(生产环境)
|
||
// 'JEEPAY_BASE_URL_H5': 'https://cashier.sxczgkj.com/',
|
||
// 'JEEPAY_BASE_URL_WSS': 'wss://czgeatws.sxczgkj.com/wss' // sockets
|
||
} |