1
jhzh
2026-04-29 4c4096854d783e91146ac0857772529ec55bca8f
1
4 files modified
1 files added
10 ■■■■■ changed files
debug.log 2 ●●●●● patch | view | raw | blame | history
src/assets/img/img_log_home.png patch | view | raw | blame | history
src/axios/api.url.js 4 ●●●● patch | view | raw | blame | history
src/page/home/help_fwxy.vue 2 ●●● patch | view | raw | blame | history
src/page/list/tradingList/data.list.vue 2 ●●● patch | view | raw | blame | history
debug.log
New file
@@ -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)
src/assets/img/img_log_home.png

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: {
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
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,
      });