From bf7847e556c62e609662376feeddc803f0900953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98daijinzheng=40xingtongworld=2Ecom=E2=80=99?= <‘ceshi@qq.com’> Date: Fri, 7 Jul 2023 20:04:42 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 16 ++--- i18n/lang/en.json | 8 +-- pages/base/home.vue | 169 ++++++++++++++++++++++++++++++++++++-------- 3 files changed, 150 insertions(+), 43 deletions(-) diff --git a/app.js b/app.js index 48ddb73..4a4cc40 100644 --- a/app.js +++ b/app.js @@ -3,21 +3,21 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://ser.ybgcoins.com', + baseUrl: 'https://mgsc.nvrcoin.com', // 图片地址 (暂时无用) - imgUrl: 'https://ser.ybgcoins.com/storage', + imgUrl: 'https://mgsc.nvrcoin.com/storage', // socket地址 - socketUrl: 'wss://ser.ybgcoins.com/ws1', - socketUrl1: 'wss://ser.ybgcoins.com/ws2', + socketUrl: 'wss://mgsc.nvrcoin.com/ws1', + socketUrl1: 'wss://mgsc.nvrcoin.com/ws2', // pc端地址 - pcUrl:'https://www.ybgcoins.com', + pcUrl:'https://www.nvrcoin.com', // app名称 - appName: 'YBGCoins', + appName: 'NVRCoins', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://h5.ybgcoins.com/', - down:"https://h5.ybgcoins.com/download/BTwallets.html" + mobile: 'https://mobile.nvrcoin.com/', + down:"https://mobile.nvrcoin.com/download/BTwallets.html" }; } else { //开发环境 config = { diff --git a/i18n/lang/en.json b/i18n/lang/en.json index b4fa31d..d796a90 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -141,9 +141,9 @@ "c7": "Optional", "c8": "Added successfully", "c9": "Cancelled successfully", - "d0": "首页", + "d0": "Home", "d1": "Transaction", - "d2": "钱包", + "d2": "Wallets", "d3": "Please enter search keywords", "d4": "All", "d5": "Motherboard", @@ -271,9 +271,9 @@ "d5": "Please select" }, "exchange": { - "a0": "币币交易", + "a0": "Spot Trading", "a1": "Subscription", - "a2": "永续合约", + "a2": "Derivatives", "a3": "Transaction", "a4": "Open Orders", "a5": "History", diff --git a/pages/base/home.vue b/pages/base/home.vue index 95b24dd..02e8d3b 100644 --- a/pages/base/home.vue +++ b/pages/base/home.vue @@ -92,17 +92,36 @@
+
+ {{ item.pair }}
+