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