admin
2 天以前 338d57a800a86220fcf43d33c681e67b9d601ba6
HTML/js/public.js
@@ -8,8 +8,6 @@
//var IP = "http://192.168.62.200:8888/api";//bkl服务器
//运行
var IP = "https://localhost:44363/api";
//本地发布
//var IP = "http://localhost:8034/api";
@@ -74,7 +72,7 @@
    timeout: 45000,
    async: true,
    cache: false,
    beforeSend: function (xhr, settings) { },
    beforeSend: function (xhr, settings) {},
    success: function (res, status, xhr) {
      // console.log(res);
      // console.log(status);
@@ -127,7 +125,7 @@
    timeout: 45000,
    async: false,
    cache: false,
    beforeSend: function (xhr, settings) { },
    beforeSend: function (xhr, settings) {},
    success: function (res, status, xhr) {
      callbackFun(res);
    },
@@ -206,7 +204,7 @@
    timeout: 45000,
    async: false,
    cache: false,
    beforeSend: function (xhr, settings) { },
    beforeSend: function (xhr, settings) {},
    success: function (res, status, xhr) {
      callbackFun(res);
    },