From 2b8199007a800ff1715c7cc2855ce68c02c7e90a Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 12 Jun 2026 15:45:03 +0800
Subject: [PATCH] 123
---
src/page/list/tradingList/data.list.vue | 2 +-
src/axios/api.url.js | 4 ++--
src/page/bankCard1/index.vue | 7 +------
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 6012688..d89bdab 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://api.nalandacapital.cfd/",
+ DOMAIN: "https://api.nalandacapital.icu/",
// 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://api.nalandacapital.cfd/",
+ baseURL: "https://api.nalandacapital.icu/",
// 本地
// baseURL: "http://192.168.10.13:8091/",
util: {
diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index db55546..e695a46 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -14,12 +14,7 @@
<span>{{ $t('关于我们') }}</span>
</div>
<div class="bank_name">
- Greenback Capital Limited, a globally qualified financial advisory firm incorporated in the Dubai International
- Financial Centre (DIFC), is a CAT 3C company. It focuses on long-term capital appreciation through the stocks
- and equity-related securities of companies with a strong competitive advantage in their respective industries
- and undergoing structural transformation. These companies are expected to achieve a compound annual return of
- approximately 25% over the fund's holding period. Greenback Capital Limited is regulated by the Dubai Financial
- Services Authority (DFSA) and holds a Capital Markets Services (CMS) license.
+ NALANDA CAPITAL PTE LTD is a leading global financial advisory firm registered at 65 Chulia Street, OCBC Centre, Singapore, and is a CAT 3C company. The firm focuses on achieving long-term capital appreciation through investments in stocks and equity-related securities of companies with strong competitive advantages in their respective industries and undergoing structural transformation. These companies are expected to achieve a compound annual return of approximately 25% over the fund's holding period. NALANDA CAPITAL PTE LTD is regulated by the Securities and Futures Commission of India (SEBI) and holds a Capital Markets Services (CMS) license.
</div>
</div>
</div>
diff --git a/src/page/list/tradingList/data.list.vue b/src/page/list/tradingList/data.list.vue
index d05f258..b4b508f 100644
--- a/src/page/list/tradingList/data.list.vue
+++ b/src/page/list/tradingList/data.list.vue
@@ -335,7 +335,7 @@
initWebSocket() {
console.log("initWebSocket");
this.Trade = new WhrWebSocket({
- path: `wss://ws.nalandacapital.cfd/websocket-server `,
+ path: `wss://ws.nalandacapital.icu/websocket-server `,
onmessage: this.getTradeMessage,
});
--
Gitblit v1.9.3