From acab42b1a2f23f4ed19d004265c7fb49e8394ac3 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 21 May 2024 16:56:50 +0800
Subject: [PATCH] 添加下单时间

---
 src/config/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config/index.js b/src/config/index.js
index ebc94c5..e90429f 100644
--- a/src/config/index.js
+++ b/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

--
Gitblit v1.9.3