当前位置:   article > 正文

记录 Springboot + ajax 导致的页面不跳转的问题_springboot ajax 请求 不跳转

springboot ajax 请求 不跳转

记录 Springboot + ajax 导致的页面不跳转的问题



问题描述



ajax 去调用后端接口:

var params = {
   
            "r_id": r_id,
            "r_name": r_name,
            "r_state": r_state,
            "menus": menus
        }

        $.ajax({
   
            type: "POST",
            url: "/role/update",
            data: params,
            success: function (r) {
   
                console.log
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/652216
推荐阅读
相关标签
  

闽ICP备14008679号