Files
ECShopX_mobile-frontend/config/host.js
shopex-ci a6f4e98ed0 update
2022-11-01 11:40:48 +08:00

18 lines
506 B
JavaScript

module.exports = {
h5: {
prod: 'ecshopx.shopex123.com/index.php',
preissue: 'ecshopx.shopex123.com/index.php',
test: 'ecshopx.shopex123.com/index.php'
},
weapp: {
prod: 'ecshopx.shopex123.com/index.php',
preissue: 'ecshopx.shopex123.com/index.php',
test: 'ecshopx.shopex123.com/index.php'
},
websocket: {
development: 'wss://ecshopx.shopex123.com/ws',
production: 'wss://b-websocket.yuanyuanke.cn',
preissue: 'wss://preissue-b-websocket.yuanyuanke.cn'
}
}