|
|
|
@ -3,12 +3,12 @@ let config = {}; |
|
|
|
if (process.env.NODE_ENV == 'production'||true) { //生产环境
|
|
|
|
config = { |
|
|
|
// ajax地址
|
|
|
|
baseUrl: 'https://ssers.clscoin.com', |
|
|
|
baseUrl: 'https://aag.clscoin.com', |
|
|
|
// 图片地址 (暂时无用)
|
|
|
|
imgUrl: 'https://ssers.clscoin.com/storage', |
|
|
|
imgUrl: 'https://aag.clscoin.com/storage', |
|
|
|
// socket地址
|
|
|
|
socketUrl: 'wss://ssers.clscoin.com/ws1', |
|
|
|
socketUrl1: 'wss://ssers.clscoin.com/ws2', |
|
|
|
socketUrl: 'wss://aag.clscoin.com/ws1', |
|
|
|
socketUrl1: 'wss://aag.clscoin.com/ws2', |
|
|
|
// pc端地址
|
|
|
|
pcUrl:'https://www.clscoin.com', |
|
|
|
// app名称
|
|
|
|
|