admin
2 天以前 6f41f33ef0ddd4d9390e46b533aa5e081ff58ecd
还原代码
1个文件已修改
8 ■■■■■ 已修改文件
HTML/js/public.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
    },