1
沈泽
2021-09-22 00b1243f67bb20f3e986950e9d9a577ed53fafe7
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
}