zgq
2021-03-26 8d1b5f35430d62f60d11f7d46955a5dacef4546b
1
2
3
4
5
6
7
8
9
10
11
12
function GetWEBURL() {
    //var WEBURL = "http://192.168.16.80:8011/";          //办公室服务器
    var WEBURL = "http://localhost:8085/JFAPI/";
     //var WEBURL = "http://localhost:8081/lubaoWebAPI/";//王永波本地配置
    return WEBURL
}
 
function GetWEBURL1() {
    //var WEBURL = 'http://192.168.16.80:8011/';           //办公室服务器
    var WEBURL = 'http://localhost:8085/JFAPI/';
    return WEBURL
}