From 9f1ef3b9af568fa57497675ac9796d180d3c4885 Mon Sep 17 00:00:00 2001
From: dengchaochao <m18576213742@163.com>
Date: Thu, 09 May 2024 23:45:22 +0800
Subject: [PATCH] 解决当出现编译错误或警告时,在浏览器中显示全屏覆盖。

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

diff --git a/src/config/index.js b/src/config/index.js
index c5dea78..2e39991 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -1,6 +1,6 @@
 export const TIME_OUT = 2000; // 请求频率
 
-const ENV_DEV = "xinbi.jumpexs.com"; // dev
+const ENV_DEV = "www.xinbi.cfd"; // dev
 
 //const ENV_PRO = 'worldcoinpro.com' //  官网环境
 // const ENV_PRO = 'thjddu.com' //  app域名

--
Gitblit v1.9.3