zgq
2021-04-08 cac8e88036c0f04f8dd4d6bb15ec2da67dba1491
WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,8 +1,9 @@
function GetWEBURL() {
    //var WEBURL = "http://192.168.16.80:8011/";          //办公室服务器
    //var WEBURL = "http://localhost:8081/SWEAPI/";       //ch本地
    var WEBURL = "http://localhost:8081/JFAPI/";       //zgq本地
     //var WEBURL = "http://localhost:8081/lubaoWebAPI/";//王永波本地配置
    var WEBURL = "http://localhost:8085/JFAPI/";       //zgq本地
    //var WEBURL = "http://localhost:8081/lubaoWebAPI/";//王永波本地配置
    //var WEBURL = "http://101.37.171.70:8081/API/";       //公司服务器
    return WEBURL
}