From 543735d5141ce80b5f48c1a0d777fc29b0b34c86 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 18:27:50 +0800
Subject: [PATCH] 1
---
src/config/index.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/config/index.js b/src/config/index.js
index 79cf32b..f1743ce 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -43,12 +43,12 @@
// const ENV_DEV = '127.0.0.1' // dev
// const ENV_DEV = '192.168.10.11:8848' // dev
-const ENV_DEV = 'api.dpcex.com' // dev
+const ENV_DEV = 'zhapi.bitget-jp-us.cyou' // dev
// const ENV_PRO = window.location.hostname // 接口域名跟随 H5
// const ENV_PRO = "127.0.0.1"
// const ENV_PRO = "192.168.10.11:8848"
-const ENV_PRO = "api.dpcex.com"
+const ENV_PRO = "zhapi.bitget-jp-us.cyou"
// 避免打包出错务必把 app域名的注释要放在在本地ENV_PRO的下面
// const ENV_PRO = 'foilwm.com' // app域名
@@ -66,7 +66,7 @@
}
export const BASE_URL = base_url
export const WS_URL = ws_url
-export const IMG_PATH = 'https://img.dpcex.com'
+export const IMG_PATH = 'https://zhimg.bitget-jp-us.cyou'
export const HOST_URL = host_url
export default {
--
Gitblit v1.9.3