|
|
|
@ -3,21 +3,21 @@ let config = {}; |
|
|
|
if (process.env.NODE_ENV == 'production'||true) { //生产环境
|
|
|
|
config = { |
|
|
|
// ajax地址
|
|
|
|
baseUrl: 'https://api.firephoenix.world', |
|
|
|
baseUrl: 'https://sses.cxicoin.com', |
|
|
|
// 图片地址 (暂时无用)
|
|
|
|
imgUrl: 'https://api.firephoenix.world/storage', |
|
|
|
imgUrl: 'https://sses.cxicoin.com/storage', |
|
|
|
// socket地址
|
|
|
|
socketUrl: 'wss://api.firephoenix.world/ws1', |
|
|
|
socketUrl1: 'wss://api.firephoenix.world/ws2', |
|
|
|
socketUrl: 'wss://sses.cxicoin.com/ws1', |
|
|
|
socketUrl1: 'wss://sses.cxicoin.com/ws2', |
|
|
|
// pc端地址
|
|
|
|
pcUrl:'https://www.firephoenix.world', |
|
|
|
pcUrl:'https://www.cxicoin.com', |
|
|
|
// app名称
|
|
|
|
appName: 'Firephoenix', |
|
|
|
appName: 'CXICoin', |
|
|
|
// 版本
|
|
|
|
version: '1.0.0', |
|
|
|
// 移动端地址
|
|
|
|
mobile: 'https://app.firephoenix.world', |
|
|
|
down:"https://app.firephoenix.world/download/CINSCoin.html" |
|
|
|
mobile: 'https://app.cxicoin.com', |
|
|
|
down:"https://app.cxicoin.com/download/CINSCoin.html" |
|
|
|
}; |
|
|
|
} else { //开发环境
|
|
|
|
config = { |
|
|
|
|