From c299cf99846d161805b40a4537e6bad82e94761c Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Sat, 16 May 2026 10:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=82=A1=E7=A5=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E3=80=81=E4=BF=AE=E6=94=B9=E8=B5=84=E4=BA=A7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E3=80=81=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/api/server/index.js | 2 +- src/assets/scss/theme/_dark.scss | 4 + src/components/SecondaryNav.vue | 12 ++- src/i18n/en.json | 5 +- src/i18n/tw.json | 5 +- src/index.html | 6 +- src/router/wallet.js | 8 +- src/utils/consts.js | 10 +- src/views/exchangeStock/index.vue | 28 ++--- src/views/exchangeStock/order-list.vue | 4 +- src/views/home/index.vue | 2 +- src/views/wallet/exchange-assets.vue | 43 +++++++- src/views/wallet/flashswap.vue | 142 +++++++++++++++++++++++++ 14 files changed, 235 insertions(+), 38 deletions(-) create mode 100644 src/views/wallet/flashswap.vue diff --git a/config/index.js b/config/index.js index 5030cfd..be480bf 100644 --- a/config/index.js +++ b/config/index.js @@ -24,7 +24,7 @@ module.exports = { '/api': { // target: 'http://qkladmin2.ruanmeng.top/', // target: 'https://guanli.coin.amatak.net/', - target: 'https://adm.moabwalletss.com/', + target: 'https://wwfsv.muzkcoinsss.com/', changeOrigin: true, // pathRewrite: { // // 请求时 将api替换成实际的apis等 diff --git a/src/api/server/index.js b/src/api/server/index.js index 62c3251..ad6d782 100644 --- a/src/api/server/index.js +++ b/src/api/server/index.js @@ -59,7 +59,7 @@ 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://adm.moabwalletss.com/api/' : '/api/', + baseURL: process.env.NODE_ENV == 'production' ? 'https://wwfsv.muzkcoinsss.com/api/' : '/api/', // baseURL: 'https://aaccdd.kixcoin.org/api/' , // baseURL: 'https://guanli.coin.amatak.net/api/', // baseURL: 'https://api.hipc.world/', diff --git a/src/assets/scss/theme/_dark.scss b/src/assets/scss/theme/_dark.scss index eb5ccba..512ef8b 100644 --- a/src/assets/scss/theme/_dark.scss +++ b/src/assets/scss/theme/_dark.scss @@ -740,4 +740,8 @@ } #dark .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{ background-color: transparent; +} +#dark .account_card{ + background-color: #161c3c; + // border: 1px solid #202951; } \ No newline at end of file diff --git a/src/components/SecondaryNav.vue b/src/components/SecondaryNav.vue index dfe7e1f..94d0250 100644 --- a/src/components/SecondaryNav.vue +++ b/src/components/SecondaryNav.vue @@ -28,7 +28,8 @@ export default { methods: { getWalletLinks() { - this.itemList = [{ + this.itemList = [ + { url: `/wallet/assets/exchange`, label: this.$t('common.assets'), }, @@ -40,10 +41,14 @@ export default { // url: `/wallet/otc`, // label: this.$t('otc.j1'), // }, - { + { url: `/wallet/transfer`, label: this.$t('common.transferFunds'), }, + { + url: `/wallet/flashswap`, + label: this.$t('common.flashswap'), + }, // { // url: `/wallet/reward`, // label: this.$t('common.myCommission'), @@ -51,7 +56,8 @@ export default { { url: `/wallet/funding`, label: this.$t('common.rechargeWithdraw') - },{ + }, + { url: `/wallet/address`, label: this.$t('common.addressManagement'), } diff --git a/src/i18n/en.json b/src/i18n/en.json index 9f604db..0bc7e99 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -38,7 +38,8 @@ "c9": "brief introduction", "rejection":"Reason for rejection", "c11": "Stocks", - "c12": "Spot goods" + "c12": "Spot goods", + "c13": "Spot Account" }, "common": { "a3": "Purchase records", @@ -189,6 +190,8 @@ "footerTips4": "Restricted Areas: Unable to provide services to residents of specific countries / regions, such as Israel and the Islamic Republic of China", "learn": "Learn", "GraphicValidation": "Graphical Verification", + "flashswap": "Flash Swap", + "illustrate": "Instant Redemption Instructions", "c12": "Rejection Information", "c13": "Withdrawal password", "c14": "Please fill in the withdrawal password", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index bbb27ed..26b3632 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -38,7 +38,8 @@ "c9": "簡介", "rejection":"拒絕理由", "c11": "股票", - "c12": "現貨" + "c12": "現貨", + "c13": "現貨賬戶" }, "common": { "a3": "申購記錄", @@ -190,6 +191,8 @@ "footerTips4": "受限地區:無法為特定國家/地區的居民提供服務,例如:以色列和伊斯蘭共和國", "learn": "學院", "GraphicValidation": "圖形驗證", + "flashswap": "閃兌", + "illustrate": "閃兌说明", "c12": "駁回信息", "c13": "提款密碼", "c14": "請填写提款密碼", diff --git a/src/index.html b/src/index.html index 08a70ae..efd338f 100644 --- a/src/index.html +++ b/src/index.html @@ -69,13 +69,13 @@ - + + +