update 个人中心

This commit is contained in:
2021-06-30 20:16:35 +08:00
parent 3b9def0895
commit 8d3352a55a
18 changed files with 1277 additions and 1220 deletions

View File

@@ -78,12 +78,12 @@ const urls = {
/**
* 发送验证码
*/
SendCode: ['/sysUser/SendCode', 'post'],
sysUserSendCode: ['/sysUser/sendCode', 'post'],
/**
* 绑定/验证
*/
CheckBindcode: ['/sysUser/CheckBindcode', 'post'],
sysUserCheckBindcode: ['/sysUser/checkBindcode', 'post'],
}