admin
8 天以前 ca89fe7322e9958610e26a7f2b45ee0123ae090b
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);
    },