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