|
|
|
@ -15,18 +15,18 @@ export default { |
|
|
|
FAIL : 2, |
|
|
|
} |
|
|
|
}, |
|
|
|
mobileUrl:'https://app.btcach.com', |
|
|
|
mobileUrl:'https://app.btcachwallet.com', |
|
|
|
Server: { |
|
|
|
Path: { |
|
|
|
// API: isProduct ? `http://qkladmin2.ruanmeng.top/api/` : `/api/`,
|
|
|
|
BASE:isProduct?`https://btc.btcach.com`:`https://btc.btcach.com`, |
|
|
|
API: isProduct ? `https://btc.btcach.com/api/` : `/api/`, |
|
|
|
BASE:isProduct?`https://btc.btcachwallet.com`:`https://btc.btcachwallet.com`, |
|
|
|
API: isProduct ? `https://btc.btcachwallet.com/api/` : `/api/`, |
|
|
|
// WS: isProduct ? `ws://qkladmin2.ruanmeng.top:2346` : `ws://qkladmin2.ruanmeng.top:2346`,
|
|
|
|
// WS1: isProduct ? `ws://qkladmin2.ruanmeng.top:2348` : `ws://qkladmin2.ruanmeng.top:2348`,
|
|
|
|
// WS: isProduct ? `wss://guanli.coin.amatak.net/ws1` : `wss://guanli.coin.amatak.net/ws1`,
|
|
|
|
WS: isProduct ? `wss://btc.btcach.com/ws1` : `wss://btc.btcach.com/ws1`, |
|
|
|
WS: isProduct ? `wss://btc.btcachwallet.com/ws1` : `wss://btc.btcachwallet.com/ws1`, |
|
|
|
// WS1: isProduct ? `wss://guanli.coin.amatak.net/ws2` : `wss://guanli.coin.amatak.net/ws2`,
|
|
|
|
WS1: isProduct ? `wss://btc.btcach.com/ws2` : `wss://btc.btcach.com/ws2`, |
|
|
|
WS1: isProduct ? `wss://btc.btcachwallet.com/ws2` : `wss://btc.btcachwallet.com/ws2`, |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
|