diff --git a/template/app_doc/editor/modify_doc.html b/template/app_doc/editor/modify_doc.html index ea91b5d..07b1d6f 100644 --- a/template/app_doc/editor/modify_doc.html +++ b/template/app_doc/editor/modify_doc.html @@ -311,8 +311,8 @@ }else{ layer.msg('保存成功',{time:1000},function(){ md_changed = false; - //跳转到文档修改 - window.location.href = "/modify_doc/{{doc.id}}/"; + $('button.layui-btn').attr("disabled",false); + $('button.layui-btn').removeClass('layui-btn-disabled'); }); } }else{