org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported

在发布新课程的时候, 页面跳转失败, 提示全局错误

后端控制台提示如下:

org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported

vue 报错

Uncaught (in promise) error

后来发现js中格式不对

如图:

 更改后的代码

如图:

 页面跳转成功

 数据库添加成功

原文地址:https://www.cnblogs.com/ooo888ooo/p/13456921.html