huanggang 7 years ago
parent
commit
5906648d42
1 changed files with 1 additions and 2 deletions
  1. 1 2
      data/resource/mobile/ugc/js/main.js

+ 1 - 2
data/resource/mobile/ugc/js/main.js

@@ -1,8 +1,7 @@
 $('html').css('height', '100%');
 
 var host = (function () {
-    //return window.location.protocol + "//" + window.location.host;
-    return 'http://192.168.0.210';
+    return window.location.protocol + "//" + window.location.host;
 })();