UI细节优化

master
fengfei 7 years ago
parent c6e5056bcb
commit df373d9870
  1. 2
      proxy-server/webpages/lanproxy-config/html/client/add.html
  2. 2
      proxy-server/webpages/lanproxy-config/html/client/edit.html

@ -49,8 +49,6 @@ $(".add").click(function(){
if (data.code == 20000) {
layer.alert('客户端添加成功', function(index){
layer.close(index);
$("input[name='name']").val("");
$("input[name='clientKey']").val("");
location.reload();
});
}

@ -39,7 +39,7 @@ $(".update").click(function(){
if (data.code == 20000) {
layer.alert('更新成功', function(index){
layer.close(index);
load_page("html/client/list.html");
location.reload();
});
}
});

Loading…
Cancel
Save