layer.open({ type : 1, title : "添加页面", area : [ '680px', '630px' ], offset : '20px', content : $("#dev_detail"), cancel : function() { // 右上角 X 回调 setTimeout('window.location.reload()', 1); }, end: function() { // close 关闭回调 setTimeout('window.location.reload()', 1); } })