From 256913b6c74b1f7b59e1f02c7cc6fb8b7f52e45b Mon Sep 17 00:00:00 2001 From: mac Date: Fri, 16 Aug 2024 13:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/language/zh.json | 3 ++- src/pages/record/assets/index.tsx | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 22598e5..79e0939 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ SKIP_PREFLIGHT_CHECK=true GENERATE_SOURCEMAP=false -REACT_APP_BASEURL='http://203.161.61.234:8082' \ No newline at end of file +REACT_APP_BASEURL='https://matontrading.com' \ No newline at end of file diff --git a/src/language/zh.json b/src/language/zh.json index c37cd92..48947a6 100644 --- a/src/language/zh.json +++ b/src/language/zh.json @@ -149,5 +149,6 @@ "Password must be a combination of letters and numbers":"密码必须是字母加数字的组合", "New password":"新密码", "Please enter a account":"请输入账号", - "Please enter a password":"请输入密码" + "Please enter a password":"请输入密码", + "Transfer account":"转出账号" } \ No newline at end of file diff --git a/src/pages/record/assets/index.tsx b/src/pages/record/assets/index.tsx index 7c00adf..a75c30f 100644 --- a/src/pages/record/assets/index.tsx +++ b/src/pages/record/assets/index.tsx @@ -136,6 +136,10 @@ const AssetsRecords = () => { title: t('Describe'), dataIndex: 'describe', }, + { + title: t('Transfer account'), + dataIndex: 'email' + }, { title: t('Amount'), dataIndex: 'amount'