更新 fast.js

解决api模块部署二级域名时token通讯失败问题
pull/137/head
刘桂成 2019-08-02 20:34:59 +08:00 committed by Gitee
parent 1390a5f1a7
commit fa0af1b1e8
1 changed files with 3 additions and 0 deletions

View File

@ -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);