免责声明添加,修改密码功能完善,改文字提示等相关内容调整

This commit is contained in:
2022-07-01 12:01:41 +08:00
parent 937bb7083a
commit 48845dff41
12 changed files with 576 additions and 443 deletions

View File

@@ -67,7 +67,7 @@ const setpassword = data => {
// 获取验证码
const getSms = data => {
return request({
url: 'user/transaction/setpassword/sms',
url: 'user/transaction/setpassword/smsnew',
method: 'POST'
})
}

View File

@@ -18,7 +18,8 @@ const info = () =>{
const chainSeed = (data) => {
return request({
url: 'chain/safe/seed',
data
data,
method: 'POST'
})
}