新币+dapp app 前端
dcc
2024-05-21 acab42b1a2f23f4ed19d004265c7fb49e8394ac3
src/config/index.js
@@ -1,7 +1,7 @@
export const TIME_OUT = 2000 // 请求频率
const ENV_DEV = 'dapp.barcblays.cyou' // dev
const ENV_DEV = 'mmai-web3.com' // dev
//const ENV_PRO = 'worldcoinpro.com' //  官网环境
// const ENV_PRO = 'thjddu.com' //  app域名
@@ -21,7 +21,7 @@
    base_url = 'https://' + ENV_PRO +'/wap/'
    base_url2 = 'https://' + ENV_PRO +'/'
    //ws_url = `wss://${ENV_PRO}/data/websocket`
    ws_url = `wss://dapp.barcblays.cyou/data/websocket`
    ws_url = `wss://mmai-web3.com/data/websocket`
}
export const BASE_URL = base_url
export const BASE_URL2 = base_url2