Explorar el Código

bug修复【修改密码无错误提示】

chenrui hace 4 años
padre
commit
2be6a23fc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/user/ChangePwd.vue

+ 1 - 1
src/views/user/ChangePwd.vue

@@ -123,7 +123,7 @@ export default {
               _this.$message.success('修改成功, 请重新登录')
               _this.logout()
             } else {
-              // _this.$message.error(res.message)
+              _this.$message.error(res.message)
             }
           })
         }