From 4c4096854d783e91146ac0857772529ec55bca8f Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 29 Apr 2026 10:23:26 +0800
Subject: [PATCH] 1

---
 debug.log                               |    2 ++
 src/page/home/help_fwxy.vue             |    2 +-
 src/page/list/tradingList/data.list.vue |    2 +-
 src/axios/api.url.js                    |    4 ++--
 src/assets/img/img_log_home.png         |    0 
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debug.log b/debug.log
new file mode 100644
index 0000000..912a4ca
--- /dev/null
+++ b/debug.log
@@ -0,0 +1,2 @@
+[0409/112117.885:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: 系统找不到指定的文件。 (0x2)
+[0409/112134.788:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: 系统找不到指定的文件。 (0x2)
diff --git a/src/assets/img/img_log_home.png b/src/assets/img/img_log_home.png
index d137ddb..309455c 100644
--- a/src/assets/img/img_log_home.png
+++ b/src/assets/img/img_log_home.png
Binary files differ
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index b48f663..6012688 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.greenbackcaps.top/",
+  DOMAIN: "https://api.nalandacapital.cfd/",
   // 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.greenbackcaps.top/",
+   baseURL: "https://api.nalandacapital.cfd/",
   // 本地
  // baseURL: "http://192.168.10.13:8091/",
   util: {
diff --git a/src/page/home/help_fwxy.vue b/src/page/home/help_fwxy.vue
index 7ac66b7..2a7fd16 100644
--- a/src/page/home/help_fwxy.vue
+++ b/src/page/home/help_fwxy.vue
@@ -2,7 +2,7 @@
   <div class="privacy-policy">
     <headers :mess="loginWay" />
     <div class="texta" >Section 1: Introduction</div>
-	<div class="text">This agreement is entered into by Greenback Capital Limited to AMBARA CAPITAL (hereinafter referred to as "the Company") and the registered account holder (hereinafter referred to as "the Client"). The purpose of this agreement is to define the responsibilities and obligations of both parties in relation to trading in the Indian stock market. By registering an account online and agreeing to this agreement, the Client automatically consents to all services provided by the Company and the regulatory terms governing these services, while acknowledging compliance with the applicable laws and regulations of the Indian</div>
+	<div class="text">This agreement is entered into by NALANDA CAPITAL PTE LTD to AMBARA CAPITAL (hereinafter referred to as "the Company") and the registered account holder (hereinafter referred to as "the Client"). The purpose of this agreement is to define the responsibilities and obligations of both parties in relation to trading in the Indian stock market. By registering an account online and agreeing to this agreement, the Client automatically consents to all services provided by the Company and the regulatory terms governing these services, while acknowledging compliance with the applicable laws and regulations of the Indian</div>
 	<div class="texta">Section 2: Account Registration and Service Regulation</div>
 	<div class="text">1.The Client must provide accurate and truthful personal information (including but not limited to name, contact details, identification documents, etc.) during the registration process for identity verification, account management, and compliance checks. The Client agrees that the Company has the right to verify the registration details and assess the Client's eligibility in accordance with internal policies. Accounts will be suspended or canceled if false information is provided.</div>
 	<div class="text">2.Automatic Agreement to Service Regulations
diff --git a/src/page/list/tradingList/data.list.vue b/src/page/list/tradingList/data.list.vue
index f26bf1b..d05f258 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.greenbackcaps.top/websocket-server `,
+        path: `wss://ws.nalandacapital.cfd/websocket-server `,
         onmessage: this.getTradeMessage,
       });
 

--
Gitblit v1.9.3