cwjbxqmz
2023-12-06 076453e8b7fa8f2c710aca1c7154951e3a50d578
1
2
3
4
5
6
7
8
function GetWEBURL() {
    //var WEBURL = "http://183.129.128.86:9090/KanBanApi/";    //凯贝奈特服务器地址
    /*var WEBURL = "http://localhost:12298/api/";*/
    // var WEBURL = "http://192.168.1.253:12298/Api/";
    // var WEBURL = "http://47.96.97.237/KanBanApi/";//47服务器地址
    var WEBURL = "http://localhost:8085/kanbanapi/Api"; //CWJ
    return WEBURL
}