admin
14 小时以前 de5738366b934c2413cf6855ece8be1fe06459a4
Pda/js/public.js
@@ -49,7 +49,7 @@
    timeout: 45000,
    async: true,
    cache: false,
    beforeSend: function (xhr, settings) {},
    beforeSend: function (xhr, settings) { },
    success: function (res, status, xhr) {
      callbackFun(res);
    },
@@ -97,7 +97,7 @@
    timeout: 45000,
    async: false,
    cache: false,
    beforeSend: function (xhr, settings) {},
    beforeSend: function (xhr, settings) { },
    success: function (res, status, xhr) {
      callbackFun(res);
    },