From f42dd542949f171ca46e58c194e5103763360bce Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 27 Aug 2020 10:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=B3=A8=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/admin/post/edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/admin/post/edit.html b/view/admin/post/edit.html index 37b0af5..037fe39 100644 --- a/view/admin/post/edit.html +++ b/view/admin/post/edit.html @@ -119,7 +119,7 @@
- + @@ -281,7 +281,7 @@ }); - quill.setContents(JSON.parse($('#content').text())) + quill.setContents(JSON.parse(window.atob($('#content').text()))) quill.on('selection-change', function (range, oldRange, source) {