RuoYi
2020-06-12 48ba7d5ed69c932fa9bfcc28ca29a9f2c81d2465
ruoyi-ui/src/views/system/user/profile/resetPwd.vue
@@ -59,8 +59,6 @@
            response => {
              if (response.code === 200) {
                this.msgSuccess("修改成功");
              } else {
                this.msgError(response.msg);
              }
            }
          );