diff --git a/public/assets/js/fast.js b/public/assets/js/fast.js index 388ebddd..f2df1d48 100644 --- a/public/assets/js/fast.js +++ b/public/assets/js/fast.js @@ -68,6 +68,9 @@ define(['jquery', 'bootstrap', 'toastr', 'layer', 'lang'], function ($, undefine options = $.extend({ type: "POST", dataType: "json", + xhrFields: { + withCredentials: true + }, success: function (ret) { index && Layer.close(index); ret = Fast.events.onAjaxResponse(ret);