zgq
2021-03-24 9f3aee9648414ce16f253329e854f229dc57981f
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
}