南骏 池
2025-05-05 fbe0595485e2e7c0fde9c0d95f02e38b58e7b2d3
Scripts/config.js
@@ -1,6 +1,7 @@
//var APIURL = "http://192.168.1.145:83/api/";
/*var APIURL = "http://192.168.1.145:83/api/";*/
var APIURL = "http://localhost:5204/api/";
var APIURL_PC = "http://192.168.1.145:81/";
var APIURL_IMAGE = APIURL_PC+"upload/";
var ISNEEDLOGIN = true;
String.prototype.trim = function () {
    return this.replace(/(^\s*)|(\s*$)/g, "");