From 7c0b46bace566d8fc772c95faf0518f6ea6bac48 Mon Sep 17 00:00:00 2001 From: dcc <dcc@163.com> Date: Tue, 21 May 2024 09:59:47 +0800 Subject: [PATCH] 123 --- 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