Update site.js

pull/119/head
midoks 3 years ago
parent 935b504377
commit c64d77c48f
  1. 2
      route/static/app/site.js

@ -1793,7 +1793,7 @@ function toProxy(siteName, type, obj) {
<td><span data-index="1"><span>'+item.from+'</span></span></td>\
<td><span data-index="2"><span>'+item.to+'</span></span></td>\
<td>\
<span data-index="4" onclick="toProxy(\''+siteName+'\', 3, \''+ item.id +'\')" class="btlink"></span> |\
<span data-index="4" onclick="toProxy(\''+siteName+'\', 3, \''+ item.id +'\')" class="btlink"></span> |\
<span data-index="4" onclick="toProxy(\''+siteName+'\', 2, \''+ item.id +'\')" class="btlink">删除</span>\
</td>\
</tr>';

Loading…
Cancel
Save