|
|
@ -192,7 +192,7 @@ |
|
|
// 获取目标服务器的信息 |
|
|
// 获取目标服务器的信息 |
|
|
var gescinfo=function(scip){ |
|
|
var gescinfo=function(scip){ |
|
|
// 客户端的状态地址 |
|
|
// 客户端的状态地址 |
|
|
var url="http://"+scip+":9099/sc?p="+urlpath; |
|
|
var url="http://"+scip+":9099/sc?p="+urlpath.replace("/\\/g","\/"); |
|
|
// |
|
|
// |
|
|
var html=""; |
|
|
var html=""; |
|
|
$.getJSON(url,function(res){ |
|
|
$.getJSON(url,function(res){ |
|
|
@ -231,7 +231,6 @@ |
|
|
|
|
|
|
|
|
//同步文件 |
|
|
//同步文件 |
|
|
$(".gsbtn").on("click",function(){ |
|
|
$(".gsbtn").on("click",function(){ |
|
|
alert("dafds"); |
|
|
|
|
|
var ff = $(this).attr("fid"); |
|
|
var ff = $(this).attr("fid"); |
|
|
var fpa=$(this).attr("fpa"); |
|
|
var fpa=$(this).attr("fpa"); |
|
|
// build post body |
|
|
// build post body |
|
|
|