去除多余的代码

This commit is contained in:
RuoYi
2020-06-04 16:34:53 +08:00
parent cd5cf1a680
commit b887f1f946
17 changed files with 6 additions and 64 deletions

View File

@@ -64,8 +64,6 @@ export default {
updateUserProfile(this.user).then(response => {
if (response.code === 200) {
this.msgSuccess("修改成功");
} else {
this.msgError(response.msg);
}
});
}