kyy
2 天以前 08a370a9e96e1e7772551b97c381be7d9fa61aa4
BaoGong/Scripts/config.js
@@ -1,6 +1,5 @@
var APIURL = "http://192.168.1.187:81/";
/*var APIURL = "http://localhost:5263/";*/
//http://192.168.1.145:81/swagger/index.html
//var APIURL = "http://localhost:5263/";
String.prototype.trim = function () {
    return this.replace(/(^\s*)|(\s*$)/g, "");
}