From 2e99054d528444cd3a0fbeabd7e9751b07d5d503 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sun, 29 Mar 2026 14:40:37 +0800
Subject: [PATCH] 1
---
/dev/null | 0
src/config/index.js | 3 ++-
src/API/otc.js | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dist.rar b/dist.rar
deleted file mode 100644
index aebd437..0000000
--- a/dist.rar
+++ /dev/null
Binary files differ
diff --git a/src/API/otc.js b/src/API/otc.js
index 42de8f4..165de63 100644
--- a/src/API/otc.js
+++ b/src/API/otc.js
@@ -135,7 +135,7 @@
//获取 上架币种 列表
const ctcAdvertList = (params) => {
- params.symbol = params.symbol.toLocaleLowerCase() // 转换成小写
+ // params.symbol = params.symbol.toLocaleLowerCase() // 转换成小写
return httpJson({
url: "/api/c2cAdvert!list.action",
method: "get",
diff --git a/src/config/index.js b/src/config/index.js
index c4e7fa2..607d5d9 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -1,7 +1,8 @@
export const TIME_OUT = 2000 // 请求频率
-const ENV_DEV = 'xinbi.jumpexs.com' // dev
+// const ENV_DEV = 'xinbi.jumpexs.com' // dev
+const ENV_DEV = 'csjys.yanshiz.com' // dev
//const ENV_PRO = 'worldcoinpro.com' // 官网环境
// const ENV_PRO = 'thjddu.com' // app域名
--
Gitblit v1.9.3