zgq
2021-03-29 d6791e1d36acaa046c8f40b104e1ab196011ec75
WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,11 +1,12 @@
function GetWEBURL() {
    //var WEBURL = "http://192.168.16.80:8011/";          //办公室服务器
    var WEBURL = "http://localhost:8085/JFAPI/";
    //var WEBURL = "http://localhost:8081/SWEAPI/";       //ch本地
    var WEBURL = "http://localhost:8081/JFAPI/";       //zgq本地
    return WEBURL
}
function GetWEBURL1() {
    //var WEBURL = 'http://192.168.16.80:8011/';           //办公室服务器
    var WEBURL = 'http://localhost:8085/JFAPI/';
    return WEBURL
}
//function GetWEBURL1() {
//    //var WEBURL = 'http://192.168.16.80:8011/';           //办公室服务器
//    var WEBURL = 'http://localhost:9011/WebAPI';
//    return WEBURL
//}