|
|
@@ -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){
|