添加发送媒体流, 添加媒体服务器节点管理ui,修复修改密码
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
method: 'post',
|
||||
url:"/api/user/changePassword",
|
||||
params: {
|
||||
oldpassword: crypto.createHash('md5').update(this.oldPassword, "utf8").digest('hex'),
|
||||
oldPassword: crypto.createHash('md5').update(this.oldPassword, "utf8").digest('hex'),
|
||||
password: this.newPassword
|
||||
}
|
||||
}).then((res)=> {
|
||||
|
||||
Reference in New Issue
Block a user