You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.9 KiB
36 lines
1.9 KiB
// export const c2cApi = 'http://192.168.105.16/otc'; //法币 |
|
// export const btcApi = 'http://192.168.105.16/btc'; //BTC钱包 |
|
// export const eosApi = 'http://192.168.105.16/eos'; //EOS钱包 |
|
// export const ethApi = 'http://192.168.105.16/eth'; //ETH钱包 |
|
// export const cctApi = 'http://192.168.105.16/cct'; //币币 |
|
// export const currencyApi = 'http://192.168.105.16/currency'; //行情 |
|
// export const jgimApi = 'http://192.168.105.16/imjg'; //聊天 |
|
// export const sysconfApi = 'http://192.168.105.16/sysconf'; //行情 |
|
// export const userApi = 'http://192.168.105.16/user'; //用户 |
|
|
|
// export const FILE_URL = 'http://192.168.105.16/files/'; //图片地址 |
|
|
|
export const c2cApi = 'http://47.244.223.156/otc'; //法币 |
|
export const cctApi = 'http://47.244.223.156/cct'; //币币 |
|
export const jgimApi = 'http://47.244.223.156/imjg'; //聊天 |
|
export const sysconfApi = 'http://47.244.223.156/sysconf'; //行情 |
|
export const userApi = 'http://47.244.223.156/user'; //用户 |
|
|
|
export const btcApi = 'http://47.244.202.188/btc'; //BTC钱包 |
|
export const eosApi = 'http://47.244.202.188/eos'; //EOS钱包 |
|
export const ethApi = 'http://47.244.202.188/eth'; //ETH钱包 |
|
export const currencyApi = 'http://47.244.202.188/currency'; //行情 |
|
|
|
export const FILE_URL = 'http://47.244.223.156/files/'; //图片地址 |
|
|
|
// export const c2cApi = 'https://c2c.flamex.io'; //法币 |
|
// export const btcApi = 'https://btc.flamex.io'; //BTC钱包 |
|
// export const eosApi = 'https://eos.flamex.io'; //EOS钱包 |
|
// export const ethApi = 'https://eth.flamex.io'; //ETH钱包 |
|
// export const cctApi = 'https://cct.flamex.io'; //币币 |
|
// export const currencyApi = 'https://currency.flamex.io'; //行情 |
|
// export const jgimApi = 'https://jgim.flamex.io'; //聊天 |
|
// export const sysconfApi = 'https://sysconf.flamex.io'; //行情 |
|
// export const userApi = 'https://user.flamex.io'; //用户 |
|
// |
|
// export const FILE_URL = 'https://www.flamex.io/files/'; //图片地址
|
|
|