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