1. 程式人生 > >ajax請求,訪問路徑status為canceled

ajax請求,訪問路徑status為canceled

$("#shebeiconfig").ajaxSubmit({
    type : "post",
    dataType : "json", //資料型別
    url : "/deviceConfig/submitConfigFile",
    success : function (data) {
        alert("cheng");
        console.log(data);
    },
    clearForm:false,
    restForm:false
});
上面是我的程式碼使用了layui+springboot

每次提交完都有莫名奇妙的問題

解決方法是將提交按鈕的button更換為a