From dc09911781431eb9039b649c04e06d06f1d62952 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 08 Jul 2025 14:52:30 +0800
Subject: [PATCH] 1

---
 src/locales/en.json  |    4 ++--
 src/locales/zh.json  |    4 ++--
 src/locales/ens.json |    4 ++--
 src/axios/api.url.js |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 43fb562..dab56d6 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,7 +1,7 @@
 // const ENV = process.env.NODE_ENV
 export default {
   // DOMAIN: "https://api.amcfcxn.org/",
-  DOMAIN: "https://stockapi.yanshiz.com/",
+  DOMAIN: "https://api.durocaspitall.com/",
   // DOMAIN: "https://api.coinbtcs.com/",
   // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
   // baseURL: 'http://localhost:8070',
@@ -9,7 +9,7 @@
   // baseURL: '/',
   // baseURL: 'https://api.coinbtcs.com/',
   // 0311
-   baseURL: "https://stockapi.yanshiz.com/",
+   baseURL: "https://api.durocaspitall.com/",
   // 本地
  // baseURL: "http://192.168.10.13:8091/",
   util: {
diff --git a/src/locales/en.json b/src/locales/en.json
index 9cb600f..5e09f3e 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -19,7 +19,7 @@
   "zgzs": "Qualification certificate",
   "ysmrz": "Real-name authenticated",
   "dlan": "Log in",
-  "dltips": "After logging in, you can start real/simulated trading.",
+  "dltips": "After logging in, you can trade.",
   "usertop": "Total account assets (USD)",
   "pcje": "Closing amount",
   "gbsj": "Closing time",
@@ -593,4 +593,4 @@
   "电话号码": "telephone number",
   "当前充值渠道已关闭请选择在线客服进行充值。": "The current recharge channel has been closed Please choose online customer service to recharge.",
   "删除": "Delete"
-}
\ No newline at end of file
+}
diff --git a/src/locales/ens.json b/src/locales/ens.json
index 7c44b98..f2396da 100644
--- a/src/locales/ens.json
+++ b/src/locales/ens.json
@@ -17,7 +17,7 @@
   "zgzs": "Qualification certificate",
   "ysmrz": "Real-name authenticated",
   "dlan": "Log in",
-  "dltips": "After logging in, you can start real/simulated trading.",
+  "dltips": "After logging in, you can trade.",
   "usertop": "Total account assets (USD)",
   "pcje": "Closing amount",
   "gbsj": "Closing time",
@@ -587,4 +587,4 @@
   "请选择提现金额": "Please select the Withdraw amount",
   "hj100": "Trading quantity (shares)",
   "删除": "Delete"
-}
\ No newline at end of file
+}
diff --git a/src/locales/zh.json b/src/locales/zh.json
index 112af63..c9ae60a 100644
--- a/src/locales/zh.json
+++ b/src/locales/zh.json
@@ -18,7 +18,7 @@
   "时间": "时间",
   "dlan": "登录",
   "申请杠杠成功,请联系客服!": "申请杠杠成功,请联系客服!",
-  "dltips": "登录后即可开启真实/模拟交易",
+  "dltips": "登录后,即可交易",
   "usertop": "账户总资产(美元)",
   "pcje": "平仓金额",
   "gbsj": "关闭时间",
@@ -578,4 +578,4 @@
   "电话号码": "电话号码",
   "当前充值渠道已关闭请选择在线客服进行充值。": "当前充值渠道已关闭请选择在线客服进行充值。",
   "删除": "删除"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3