update 实现修改密码. 并对一些用户填写的格式进行了验证

This commit is contained in:
2021-05-09 20:00:50 +08:00
parent 57e1a4231d
commit 76a74dd63f
19 changed files with 462 additions and 53 deletions

View File

@@ -39,7 +39,7 @@ export default {
key: 'account-home',
title: '个人中心',
icon: 'user',
path: '/account'
path: '/system/account'
})
},