#
vincent
2020-06-03 e7ca8a5dad1dc29524781875e2a1a157f6514d21
src/main/webapp/views/console.html
@@ -769,7 +769,11 @@
            shadeClose: true,
            content: $('#siteWindow'),
            area: ['35rem', '18rem'],
            btn: ['确定', '关闭']
            btn: ['确定', '关闭'],
            yes: function(index, layero){
                layer.close(index);
                alert(1);
            }
        });
    });
@@ -784,7 +788,11 @@
            shadeClose: true,
            content: $("#crnWindow"),
            area: ['40rem', '20rem'],
            btn: ['确定', '关闭']
            btn: ['确定', '关闭'],
            yes: function(index, layero){
                layer.close(index);
                alert(1);
            }
        });
    });