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