运行名

This commit is contained in:
刘河
2019-01-09 20:37:33 +08:00
parent 1f61b99387
commit 60b5ea2959
2 changed files with 12 additions and 12 deletions

View File

@@ -174,7 +174,7 @@
{
targets: 2,
render: function (data, type, row, meta) {
return "./easyProxy -server={{.ip}}:{{.p}} -vkey=" + data
return "./proxy_client -server={{.ip}}:{{.p}} -vkey=" + data
// return data
}
},