wenhongquan před 9 roky
rodič
revize
969b7de8a4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      VisualInspection/js/config.js

+ 1 - 1
VisualInspection/js/config.js

@@ -6,7 +6,7 @@ var base_ui_url = getCurrentaddr();
 var base_server_url = getserveraddr();
 
 function getCurrentaddr(){
-    return "http://"+window.location.host
+    return "http://"+window.location.host+"/"
 }
 function getserveraddr(){
     if(base_ui_url.indexOf("topm.win")!=-1){