仲国强
2021-09-09 048ab324c11eed0f8be15978d6d1ff2dcc36603a
WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,4 +1,5 @@
function GetWEBURL() {

function GetWEBURL() {
    //var WEBURL = "http://192.168.16.80:8011/";          //办公室服务器
    //var WEBURL = "http://localhost:8081/SWEAPI/";       //ch本地
    //var WEBURL = "http://localhost:8085/API/";   //zgq本地
@@ -9,6 +10,7 @@
    //var WEBURL = "http://10.1.4.155/API/";   //江丰客户NEW
    //var WEBURL = "http://47.96.97.237/API/";   //智云服务器
    //var WEBURL = "http://183.129.128.86:9090/API/";   //凯贝奈特客户服务器
    var WEBURL = "http://localhost/API/";
    return WEBURL
}