tianyun 1 년 전
부모
커밋
4748dbc421
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      simple-demo/edit_online.html

+ 1 - 0
simple-demo/edit_online.html

@@ -55,6 +55,7 @@
         let content = quill.root.innerHTML;
         let res = requestUtil.sync("https://web_history.tianyunperfect.cn/content/updateOrInsert", "post", {
             "id": id,
+            "type": "html",
             "content": content
         });
         if (res.code == 200) {