zgq
2021-03-24 67f63831f75368fa83f3687f8b3d45ea0eb55394
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
}