|
@@ -1,6 +1,6 @@
|
|
var SVR_URL = "/server/"; //http://172.30.84.3:8803
|
|
var SVR_URL = "/server/"; //http://172.30.84.3:8803
|
|
if(location.host.indexOf("niimei") === -1){
|
|
if(location.host.indexOf("niimei") === -1){
|
|
- SVR_URL = "http://172.30.84.3:8803/server/";
|
|
|
|
|
|
+ SVR_URL = "http://127.0.0.1:8803/server/";
|
|
}
|
|
}
|
|
|
|
|
|
function get_data(url, callback) {
|
|
function get_data(url, callback) {
|