diff --git a/src/api/server/index.js b/src/api/server/index.js index 66778de..1008c36 100644 --- a/src/api/server/index.js +++ b/src/api/server/index.js @@ -57,12 +57,8 @@ console.log(process.env.NODE_ENV) Object.assign(settings, { // api请求根地址 打包使用完整地址 调试使用本地服务器代理 避免跨域 - // baseURL: process.env.NODE_ENV == 'production' ? 'http://qkladmin2.ruanmeng.top/api/' : '/api/', - // baseURL: process.env.NODE_ENV == 'production' ? 'https://guanli.coin.amatak.net/api/' : '/api/', - baseURL: process.env.NODE_ENV == 'production' ? 'https://xmg.xusexchange.com/api/' : '/api/', - // baseURL: 'https://aaccdd.kixcoin.org/api/' , - // baseURL: 'https://guanli.coin.amatak.net/api/', - // baseURL: 'https://api.hipc.world/', + baseURL: process.env.NODE_ENV == 'production' ? 'https://aj.ajcoins.com/api/' : '/api/', + // baseURL: 'https://aj.ajcoins.com/api/', // 加载超时限定5s timeout: 10000, diff --git a/src/i18n/en.json b/src/i18n/en.json index b02e62e..f9dca44 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -42,7 +42,7 @@ "user": "users trust us", "tradings": "trading transactions", "using": "payments using crypto", - "Why": "Why do you choose to buy digital currency in AACoins", + "Why": "Why do you choose to buy digital currency in AJCoins", "believe": "We believe Cryptolly is here to stay — and that a future worth building is one which opens its doors and invites everyone in ", "Clarity": "Clarity", "help": "We help you make sense of the coins, the terms, the dense charts and market changes", @@ -53,7 +53,7 @@ "convenient": "convenient", "key": "One key transaction, more convenient operation", "technology": "Our technology", - "CoinsExpound": "AACoins adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ", + "CoinsExpound": "AJCoins adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ", "guide": "Beginner's guide", "Wear": "Wear an account", "Get": "Register a trading account", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index d5db9ff..7d5e085 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -42,7 +42,7 @@ "user": "用戶信任我們", "tradings": "交易", "using": "使用加密貨幣支付", - "Why": "為什麼選擇在AACoins購買數位貨幣", + "Why": "為什麼選擇在AJCoins購買數位貨幣", "believe": "我們相信Cryptolly會留下來,一個值得建設的未來將打開大門,邀請所有人加入", "Clarity": "清晰度", "help": "我們幫助你理解貨幣、條款、密集的圖表和市場變化", @@ -53,7 +53,7 @@ "convenient": "方便", "key": "一鍵交易,操作更方便", "technology": "我們的技術", - "CoinsExpound": "AACoins採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務", + "CoinsExpound": "AJCoins採用GSLB、分佈式存儲、多機高速內存交易引擎、冷錢包、離線私鑰熱錢包等先進技術,通過網絡、移動和台式終端等多個終端為客戶提供安全、穩定和可靠的數字資產交易服務", "guide": "初學者指南", "Wear": "記下來", "Get": "注册交易帳戶", diff --git a/src/index.html b/src/index.html index 85cf52a..514a0af 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,7 @@ for (var i = 0; i < mobileAgent.length; i++) { if (browser.indexOf(mobileAgent[i]) != -1) { //todo 手机版跳转 - window.location.href = 'https://app.xuscoins.com'; + window.location.href = 'https://app.ajcoins.com'; break; } }