jhzh
4 days ago 2b8199007a800ff1715c7cc2855ce68c02c7e90a
 123
3 files modified
13 ■■■■■ changed files
src/axios/api.url.js 4 ●●●● patch | view | raw | blame | history
src/page/bankCard1/index.vue 7 ●●●● patch | view | raw | blame | history
src/page/list/tradingList/data.list.vue 2 ●●● patch | view | raw | blame | history
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: {
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>
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,
      });