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'