1、进入head安装目录;
2、cd _site/
3、编辑vendor.js  共有两处
①、6886行   contentType: "application/x-www-form-urlencoded,改成:contentType: "application/json;charset=UTF-8"
②、7574行 var inspectData = s.contentType === "application/x-www-form-urlencoded" &&,改成:var inspectData = s.contentType === "application/json;charset=UTF-8" &&

 

 

相关文章:

  • 2022-01-07
  • 2022-02-28
  • 2022-12-23
  • 2021-12-20
  • 2021-07-21
  • 2021-09-24
  • 2021-04-05
  • 2021-10-06
猜你喜欢
  • 2022-12-23
  • 2021-07-03
  • 2021-04-08
  • 2023-02-07
  • 1970-01-01
  • 2022-01-15
  • 2022-01-07
相关资源
相似解决方案