From ea6f7436489619c2594639ca5b51e64a7f51f7d1 Mon Sep 17 00:00:00 2001 From: zmister Date: Wed, 24 Aug 2022 08:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E5=90=8E=E8=B7=B3=E8=BD=AC=E7=9A=84=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_doc/editor/modify_doc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/app_doc/editor/modify_doc.html b/template/app_doc/editor/modify_doc.html index cffe09d..7d1caa8 100644 --- a/template/app_doc/editor/modify_doc.html +++ b/template/app_doc/editor/modify_doc.html @@ -541,7 +541,7 @@ $.post("{% url 'move_doc' %}",data,function(r){ layer.closeAll('loading') if(r.status){ - window.location.href = '/project-'+r.data.pro_id + '/doc-' + r.data.doc_id + '/' + window.location.href = '/doc/' + r.data.doc_id + '/' }else{ layer.msg(r.data) }