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