From aad58640dcaab7bed4f9720b57bb7f0cc2c4e343 Mon Sep 17 00:00:00 2001
From: Sxile <3440626@qq.com>
Date: Fri, 17 Jul 2020 11:10:14 +0800
Subject: [PATCH] 翻转""为equals调用方,防止空指针异常
---
ruoyi-ui/src/views/system/user/profile/userInfo.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/views/system/user/profile/userInfo.vue b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
index 2e8ef99..0b1780d 100644
--- a/ruoyi-ui/src/views/system/user/profile/userInfo.vue
+++ b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -64,8 +64,6 @@
updateUserProfile(this.user).then(response => {
if (response.code === 200) {
this.msgSuccess("修改成功");
- } else {
- this.msgError(response.msg);
}
});
}
--
Gitblit v1.9.2